Tile - Return Value List – Ylands

From Bohemia Interactive Community
Revision as of 17:05, 26 December 2020 by Lou Montana (talk | contribs) (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
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 editor navbox