objNull: Difference between revisions

From Bohemia Interactive Community
mNo edit summary
Line 33: Line 33:


[[Category:Scripting Commands|OBJNULL]]
[[Category:Scripting Commands|OBJNULL]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|OBJNULL]]
[[Category:Scripting Commands OFP 1.96|OBJNULL]]
[[Category:Scripting Commands OFP 1.46|OBJNULL]]
[[Category:Scripting Commands OFP 1.46|OBJNULL]]

Revision as of 10:52, 25 September 2014

Hover & click on the images for description

Description

Description:
A non-existing Object. This value is not equal to anything, including itself.
Groups:
Uncategorised

Syntax

Syntax:
Object = objNull
Return Value:
Object

Examples

Examples:
Example needed

Additional Information

See also:
grpNulllocationNulltaskNullcontrolNulldisplayNullisNull

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note

Notes

You can not compare these values, but you can check whether they are null: hint str isNull objNull // true

Bottom Section