Tile - On Awake – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}}")
 
No edit summary
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== On Awake ==
[[File:YlandsTile-1.png]]
=== Description ===
Called any time a game '''object''' is '''loaded''' to world.
=== Notes ===
* Called on '''all objects''' when staring '''new game'''.
* Called on '''all objects''' when '''loading''' a '''gamesave'''.
* Called on '''spawned''' '''objects'''.
* When starting new game, events are called in this order: '''On Game Start''', '''On Create''', '''On Awake'''
== On Awake ==
[[File:YlandsTile-549.png]]
=== Description ===
Called any time a game '''object''' is '''loaded''' to world.
== On Awake ==
[[File:YlandsTile-552.png]]
=== Description ===
Called any time a game '''game logic''' is '''loaded''' to world.




----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
 
[[Category: Instructions]]

Revision as of 09:53, 8 July 2021

On Awake

YlandsTile-1.png

Description

Called any time a game object is loaded to world.

Notes

  • Called on all objects when staring new game.
  • Called on all objects when loading a gamesave.
  • Called on spawned objects.
  • When starting new game, events are called in this order: On Game Start, On Create, On Awake

On Awake

YlandsTile-549.png

Description

Called any time a game object is loaded to world.

On Awake

YlandsTile-552.png

Description

Called any time a game game logic is loaded to world.