Difference between revisions of "Flag Reference"
Jump to navigation
Jump to search
→Property Flags
imported>Thingy Person |
imported>Thingy Person |
||
Line 6: | Line 6: | ||
== Property Flags == | == Property Flags == | ||
*Auto: Automatically creates functions for getting and setting the property's value. | |||
*AutoReadOnly: Automatically creates a function for getting, but not for setting, the property's value. | |||
*Hidden: Hides this property from the property window. Usually used for values you don't want the Creation Kit to change, but which you want other scripts to view. | *Hidden: Hides this property from the property window. Usually used for values you don't want the Creation Kit to change, but which you want other scripts to view. | ||
*Conditional: (Auto properties only) Flags the hidden variable of an auto property to be visible to the condition system. The script must also have the conditional flag. | *Conditional: (Auto properties only) Flags the hidden variable of an auto property to be visible to the condition system. The script must also have the conditional flag. |