Tile - Return Value List – Ylands

From Bohemia Interactive Community
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: Ylands 0.12]]
[[Category: Ylands 0.12]]
[[Category: Instructions]]
[[Category: Instructions]]

Revision as of 12:05, 3 January 2019

Ylands Tile - Return.png

  • Return instruction will stop currently executed custom instruction.
  • If return contains a value, it will return this value as expression result.

Notes

  • Return with value used in statement will terminate instruction as normal return.
  • Return without value used in expression will return null.
  • See also: Custom Instruction.



Template:Ylands scripting navbox