EntityPropertyDescriptor Module
Entity PropertyDescriptor functions.
Functions and values
Function or value | Description |
|
|
Full Usage:
EntityPropertyDescriptor.getCategory propertyDescriptor
Parameters:
PropertyDescriptor
Returns: string
|
|
Full Usage:
EntityPropertyDescriptor.getEditable propertyDescriptor
Parameters:
PropertyDescriptor
Returns: bool
|
|
Full Usage:
EntityPropertyDescriptor.getPropertyDescriptors entity world
Parameters: Returns: PropertyDescriptor list
|
|
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>
|
|