Properties
The Properties structure holds the values that have been set on an instance of a script (accessed with self.properties and defined in the script by returning a Properties table within the script's table).
Overrides
Override Name | Usage | Description | Notes |
---|---|---|---|
new_index | properties.var = object value |
Set a named property to a new value | |
index | object properties.var |
Get the value of a property |