Skip to main content

ParentEntitySystem

Constants

loop_checker_array : Array.<number> | Uint32Array

Functions

check_loop(value, index_limit)boolean
genLoopString(limit)string
traverse(ecd, root_entity, callback, [thisArg], path)

loop_checker_array : Array.<number> | Uint32Array

Kind: global constant

check_loop(value, index_limit) ⇒ boolean

Kind: global function

ParamType
valuenumber
index_limitnumber

genLoopString(limit) ⇒ string

Kind: global function

ParamType
limitnumber

traverse(ecd, root_entity, callback, [thisArg], path)

Kind: global function

ParamTypeDescription
ecdEntityComponentDataset
root_entitynumber
callbackfunction
[thisArg]*
pathArray.<number>keep track of where we came from, this is used to detect cycles