Tile - On Awake – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
[[Category: Ylands 0.10]] | |||
[[Category: Visual Scripting]] | |||
[[Category: Instructions]] |
Revision as of 14:27, 2 January 2019
- Event calledany time a 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, events are called in this order: On Game Start, On Create, On Awake
- See also: Spawn Entity