Tile - Null None – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Null literal to Ylands:Tile - Null None: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Null None == | |||
= | [[File:YlandsTile-278.png]] | ||
=== Description === | |||
Null is "'''nothing'''". It is supposed to be something that '''doesn't exist''' | |||
=== Notes === | |||
* 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'''. | |||
Line 16: | Line 21: | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
[[Category: | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Null None
Description
Null is "nothing". It is supposed to be something that doesn't exist
Notes
- 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.