ShowProperties class, available in: Framsticks TheaterThis class has 9 members:
sdleiF
string _property_changed_id ROLast changed property id
int _property_changed_index ROLast changed property index
snoitcnuF
function _propertyAdd(string id, string type_description, string name, int flags, string help_text)doesn't return a valueAdd 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 valueAdd 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 valueChange 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 valueRemove 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 intCheck for property existence
function _propertyRemove(int index)doesn't return a valueRemove 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 valueRemove property groupUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
Global context>>Experiment definition>>Command line interface>>Framsticks Theater