objNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|OBJNULL]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|OBJNULL]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|OBJNULL]]
[[Category:Scripting Commands ArmA|OBJNULL]]


| ofp |= Game name


<h2 style="color:#000066">'''objNull '''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Non-existent object. This value is not equal to anything, not even to itself. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''objNull''' |= Syntax


None
| [[Object]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_it = [[player]] == objNull ...... Result is [[false]]</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also


[[Object]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Non-existent object.
<!-- Note Section END -->
</dl>


This value is not equal to anything, not even to itself.
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|OBJNULL]]
'''Example:'''
[[Category:Scripting Commands OFP 1.96|OBJNULL]]
 
[[Category:Scripting Commands OFP 1.46|OBJNULL]]
_it = [[player]] == '''objNull''' ...... Result is [[false]]
[[Category:Scripting Commands ArmA|OBJNULL]]

Revision as of 00:09, 2 August 2006

Hover & click on the images for description

Description

Description:
Non-existent object. This value is not equal to anything, not even to itself.
Groups:
Uncategorised

Syntax

Syntax:
objNull
Return Value:
Object

Examples

Example 1:
_it = [[player]] == objNull ...... Result is [[false]]

Additional Information

See also:
See also needed

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

Bottom Section