EntityPropertyDescriptor Module
Entity PropertyDescriptor functions.
Functions and values
| Function or value | Description |
Full Usage:
EntityPropertyDescriptor.getCategorizedPropertyDescriptors entity world
Parameters: Returns: (Either<string, Type> * PropertyDescriptor seq) seq
|
|
Full Usage:
EntityPropertyDescriptor.getEditable propertyDescriptor
Parameters:
PropertyDescriptor
Returns: bool
|
|
Full Usage:
EntityPropertyDescriptor.getPropertyDescriptors entity world
Parameters: Returns: PropertyDescriptor seq
|
|
Full Usage:
EntityPropertyDescriptor.getValue propertyDescriptor entity world
Parameters:
PropertyDescriptor
entity : Entity
world : World
Returns: obj
|
|
Full Usage:
EntityPropertyDescriptor.trySetValue value propertyDescriptor entity world
Parameters:
obj
propertyDescriptor : PropertyDescriptor
entity : Entity
world : World
Returns: Either<string, unit>
|
|
Nu