Tile - On Create – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
=Notes= | =Notes= | ||
*When starting new game, events are called in this order: [[Ylands Tile - On | *When starting new game, events are called in this order: [[Ylands Tile - On Create|'''On Create''']], [[Ylands Tile - On Game Start|'''On Game Start''']], [[Ylands Tile - On Awake|'''On Awake''']] | ||
*See also: [[Ylands Tile - Spawn entity|'''Spawn Entity''']] | *See also: [[Ylands Tile - Spawn entity|'''Spawn Entity''']] | ||
Revision as of 16:26, 19 March 2019
- Event called when game object is spawned to world.
- Called on all objects when staring new game.
- Called on spawned objects.
Notes
- When starting new game, events are called in this order: On Create, On Game Start, On Awake
- See also: Spawn Entity