HELP!

Get/SetObjectProp

With this system method you can get and set the properties of the objects you create.

A full list of properties you can use can be found here.

You can use two types of this method:

getObjectStrProp/setObjectStrProp and getObjNumProp/setObjectNumProp

Please be aware that you can only use each method for for its specified type. If you try to use setObjectNumProp for a string, your logic will fail at runtime.

Please see below for examples of setting/getting a string prop:


On This Page