Tile - Return Value List – Ylands

From Bohemia Interactive Community
Revision as of 15:01, 13 December 2018 by Rudy.cz (talk | contribs)
Jump to navigation Jump to search

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