WorldModuleEntity Module
Entity functions for the world (1/2).
Type extensions
Type extension | Description |
|
|
Full Usage:
World.createEntity overlayDescriptor surnamesOpt group world
Parameters:
OverlayNameDescriptor
surnamesOpt : string array option
group : Group
world : World
Returns: Entity
|
Extended Type:
|
Full Usage:
World.createEntity4 overlayDescriptor descriptor group world
Parameters:
OverlayNameDescriptor
descriptor : SimulantDescriptor
group : Group
world : World
Returns: Entity
|
Extended Type:
|
Full Usage:
World.createEntity6 skipProcessing dispatcherName overlayDescriptor surnames group world
Parameters:
bool
dispatcherName : string
overlayDescriptor : OverlayNameDescriptor
surnames : string array option
group : Group
world : World
Returns: Entity
|
Extended Type:
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
World.getEntityFacetNamesReflectively entityState
Parameters:
EntityState
Returns: Set<string>
|
|
|
|
|
|
Full Usage:
World.getEntityIntrinsicFacetNames entityState
Parameters:
EntityState
Returns: Set<string>
|
|
|
|
|
Extended Type:
|
|
|
|
|
|
|
Full Usage:
World.readEntities tryReadOrder tryReadPropagationHistory entityDescriptors parent world
Parameters:
bool
tryReadPropagationHistory : bool
entityDescriptors : EntityDescriptor list
parent : Simulant
world : World
Returns: Entity list
|
Extended Type:
|
Full Usage:
World.readEntity tryReadOrder tryReadPropagationHistory entityDescriptor nameOpt parent world
Parameters:
bool
tryReadPropagationHistory : bool
entityDescriptor : EntityDescriptor
nameOpt : string option
parent : Simulant
world : World
Returns: Entity
|
Extended Type:
|
|
|
Full Usage:
World.writeEntities writeOrder writePropagationHistory entities world
Parameters: Returns: EntityDescriptor list
|
|
Full Usage:
World.writeEntity writeOrder writePropagationHistory entityDescriptor entity world
Parameters:
bool
writePropagationHistory : bool
entityDescriptor : EntityDescriptor
entity : Entity
world : World
Returns: EntityDescriptor
|
Extended Type:
|