Tile - Custom Function List – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Custom_instruction1.png]] | |||
*Custom instruction is a sequence which can be called from anywhere within the current object script. | |||
=Notes= | |||
*Custom instructions of [[Ylands Game logic - Global storage|'''Global Storage''']] are considered '''global''' and are available within the scope of whole game script. | |||
*Custom instructions of [[Ylands Game logic - Entity storage|'''Entity Storage''']] are considered '''member''' and are available within the scope of [[Ylands Tile - Storage owner literal|'''Storage Owner''']]. | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 17:13, 12 December 2018
- Custom instruction is a sequence which can be called from anywhere within the current object script.
Notes
- Custom instructions of Global Storage are considered global and are available within the scope of whole game script.
- Custom instructions of Entity Storage are considered member and are available within the scope of Storage Owner.