Header menu logo Nu

EntityPropertyDescriptor Module

Entity PropertyDescriptor functions.

Functions and values

Function or value Description

EntityPropertyDescriptor.containsPropertyDescriptor propertyName entity world

Full Usage: EntityPropertyDescriptor.containsPropertyDescriptor propertyName entity world

Parameters:
Returns: bool
propertyName : string
entity : Entity
world : World
Returns: bool

EntityPropertyDescriptor.getCategory propertyDescriptor

Full Usage: EntityPropertyDescriptor.getCategory propertyDescriptor

Parameters:
Returns: string
propertyDescriptor : PropertyDescriptor
Returns: string

EntityPropertyDescriptor.getEditable propertyDescriptor

Full Usage: EntityPropertyDescriptor.getEditable propertyDescriptor

Parameters:
Returns: bool
propertyDescriptor : PropertyDescriptor
Returns: bool

EntityPropertyDescriptor.getPropertyDescriptors entity world

Full Usage: EntityPropertyDescriptor.getPropertyDescriptors entity world

Parameters:
Returns: PropertyDescriptor list
entity : Entity
world : World
Returns: PropertyDescriptor list

EntityPropertyDescriptor.getValue propertyDescriptor entity world

Full Usage: EntityPropertyDescriptor.getValue propertyDescriptor entity world

Parameters:
Returns: obj
propertyDescriptor : PropertyDescriptor
entity : Entity
world : World
Returns: obj

EntityPropertyDescriptor.trySetValue value propertyDescriptor entity world

Full Usage: EntityPropertyDescriptor.trySetValue value propertyDescriptor entity world

Parameters:
Returns: Either<string, unit>
value : obj
propertyDescriptor : PropertyDescriptor
entity : Entity
world : World
Returns: Either<string, unit>

Type something to start searching.