PropertyDescriptor Module
PropertyDescriptor functions.
Functions and values
Function or value | Description |
Full Usage:
PropertyDescriptor.getPropertyDescriptors simulantOpt world
Parameters: Returns: PropertyDescriptor list
|
|
Full Usage:
PropertyDescriptor.tryGetValue propertyDescriptor simulant world
Parameters:
PropertyDescriptor
simulant : Simulant
world : World
Returns: obj option
|
|
Full Usage:
PropertyDescriptor.trySetValue propertyDescriptor propertyValue simulant world
Parameters:
PropertyDescriptor
propertyValue : 'a
simulant : Simulant
world : World
Returns: bool * bool
|
|