SimulantPropertyDescriptor Module
Functions and values
Function or value | Description |
|
|
Full Usage:
SimulantPropertyDescriptor.getCategory propertyDesciptor simulant
Parameters:
PropertyDescriptor
simulant : Simulant
Returns: string
|
|
Full Usage:
SimulantPropertyDescriptor.getEditable propertyDesciptor simulant
Parameters:
PropertyDescriptor
simulant : Simulant
Returns: bool
|
|
Full Usage:
SimulantPropertyDescriptor.getPropertyDescriptors simulant world
Parameters: Returns: PropertyDescriptor list
|
|
Full Usage:
SimulantPropertyDescriptor.getValue propertyDescriptor simulant world
Parameters:
PropertyDescriptor
simulant : Simulant
world : World
Returns: obj
|
|
Full Usage:
SimulantPropertyDescriptor.trySetValue value propertyDescriptor simulant world
Parameters:
'a
propertyDescriptor : PropertyDescriptor
simulant : Simulant
world : World
Returns: Either<string, unit>
|
|