Tile - Null None – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Literals]]
[[Category: Ylands 0.10]]
[[Category: Ylands 0.10]]
[[Category: Literals]]

Revision as of 14:53, 3 January 2019

Ylands Tile - Null literal.png

  • Null is "nothing". It is supposed to be something that doesn't exist.
  • It is possible to empty an object (variable) by setting it to null.
  • It is possible to use if statement to test whenever an object is null.
  • Calling instructions on null object will cause an error.

Examples



Template:Ylands scripting navbox