| sdleiF | |
| string _property_changed_id RO | Last changed property id |
| int _property_changed_index RO | Last changed property index |
| snoitcnuF | |
| function _propertyAdd(string id, string type_description, string name, int flags, string help_text)doesn't return a value | Add property (id,type,name,help)Using most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |
| function _propertyAddGroup(string name)doesn't return a value | Add property groupUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |
| function _propertyChange(string id, string type_description, string name, int flags, string help_text)doesn't return a value | Change propertyUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |
| function _propertyClear()doesn't return a value | Remove all propertiesUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |
| function _propertyExists(string name)returns int | Check for property existence |
| function _propertyRemove(int index)doesn't return a value | Remove propertyUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |
| function _propertyRemoveGroup(int index)doesn't return a value | Remove property groupUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties. |