GamePropertyDescriptor Module
Game PropertyDescriptor functions.
Functions and values
Function or value | Description |
|
|
Full Usage:
GamePropertyDescriptor.getCategory propertyDescriptor
Parameters:
PropertyDescriptor
Returns: string
|
|
Full Usage:
GamePropertyDescriptor.getEditable propertyDescriptor
Parameters:
PropertyDescriptor
Returns: bool
|
|
Full Usage:
GamePropertyDescriptor.getPropertyDescriptors game world
Parameters: Returns: PropertyDescriptor list
|
|
Full Usage:
GamePropertyDescriptor.getValue propertyDescriptor game world
Parameters:
PropertyDescriptor
game : Game
world : World
Returns: obj
|
|
Full Usage:
GamePropertyDescriptor.trySetValue value propertyDescriptor game world
Parameters:
obj
propertyDescriptor : PropertyDescriptor
game : Game
world : World
Returns: Either<string, unit>
|
|