Tile - On Awake – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=Notes= | =Notes= | ||
*When starting new game, common events are called in this order: [[Ylands Tile - On Game Start|'''On Game Start''']], [[Ylands Tile - On Create|'''On Create''']], [[Ylands Tile - On Awake|'''On Awake''']] | *When starting new game, common events are called in this order: [[Ylands Tile - On Game Start|'''On Game Start''']], [[Ylands Tile - On Create|'''On Create''']], [[Ylands Tile - On Awake|'''On Awake''']] | ||
*See also: [[Ylands Tile - Spawn entity|'''Spawn Entity''']] | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 12:24, 2 January 2019
- Event called when game object is loaded to world.
- Called on all objects when staring new game.
- Called on all objects when loading a gamesave.
- Called on spawned objects.
Notes
- When starting new game, common events are called in this order: On Game Start, On Create, On Awake
- See also: Spawn Entity