Tile - On Create – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands Tile - On Create.png]] | |||
*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, 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:26, 2 January 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, common events are called in this order: On Game Start, On Create, On Awake
- See also: Spawn Entity