objNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Heecf..... (talk) to last revision by Str)
Line 37: Line 37:
[[Category:Scripting Commands ArmA|OBJNULL]]
[[Category:Scripting Commands ArmA|OBJNULL]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 12:59, 25 March 2013

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 or on the Forums.
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