Tile - Return Value List – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}
[[Category: Ylands 0.10]]
[[Category: Ylands 0.12]]
[[Category: Instructions]]

Revision as of 16:18, 2 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