Header menu logo Nu

SimulantPropertyDescriptor Module

Functions and values

Function or value Description

SimulantPropertyDescriptor.containsPropertyDescriptor propertyName simulant world

Full Usage: SimulantPropertyDescriptor.containsPropertyDescriptor propertyName simulant world

Parameters:
Returns: bool
propertyName : string
simulant : Simulant
world : World
Returns: bool

SimulantPropertyDescriptor.getCategory propertyDesciptor simulant

Full Usage: SimulantPropertyDescriptor.getCategory propertyDesciptor simulant

Parameters:
Returns: string
propertyDesciptor : PropertyDescriptor
simulant : Simulant
Returns: string

SimulantPropertyDescriptor.getEditable propertyDesciptor simulant

Full Usage: SimulantPropertyDescriptor.getEditable propertyDesciptor simulant

Parameters:
Returns: bool
propertyDesciptor : PropertyDescriptor
simulant : Simulant
Returns: bool

SimulantPropertyDescriptor.getPropertyDescriptors simulant world

Full Usage: SimulantPropertyDescriptor.getPropertyDescriptors simulant world

Parameters:
Returns: PropertyDescriptor list
simulant : Simulant
world : World
Returns: PropertyDescriptor list

SimulantPropertyDescriptor.getValue propertyDescriptor simulant world

Full Usage: SimulantPropertyDescriptor.getValue propertyDescriptor simulant world

Parameters:
Returns: obj
propertyDescriptor : PropertyDescriptor
simulant : Simulant
world : World
Returns: obj

SimulantPropertyDescriptor.trySetValue value propertyDescriptor simulant world

Full Usage: SimulantPropertyDescriptor.trySetValue value propertyDescriptor simulant world

Parameters:
Returns: Either<string, unit>
value : 'a
propertyDescriptor : PropertyDescriptor
simulant : Simulant
world : World
Returns: Either<string, unit>

Type something to start searching.