Ylands:Tile - YWorld - Get All Game Logic Objects
Revision as of 16:47, 1 December 2022 by YlandsClassyBot (talk | contribs) (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Get All Game Logic Objects() == File:YlandsT...")
Get All Game Logic Objects()
static getAllGameLogicObjects(): YLogic[];
Returns
YLogic[] Returns an array of all game logic objects placed in the game.
Availability
Description
Returns an array of all game logic objects placed in the game.
Get All Game Logic Objects(Type)
static getAllGameLogicObjectsOfType(type: YGameLogicType): YLogic[];
Parameters
type
Returns
YLogic[] Returns an array of all game logic objects placed in the game, of the selected type.
Availability
Description
Returns an array of all game logic objects placed in the game, of the selected type.