nil: 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|NIL]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|NIL]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|NIL]]
[[Category:Scripting Commands ArmA|NIL]]


| ofp |= Game name


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


| Nil value. This value can be used to undefine existing variables. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''nil''' |= Syntax


None
| [[Any Value]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>variableToDestroy = nil</pre> |= Example 1
____________________________________________________________________________________________


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


[[Any Value]]
}}


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


Nil value.
<!-- Note Section END -->
</dl>


This value can be used to undefine existing variables.
<h3 style="display:none">Bottom Section</h3>




'''Example:'''
[[Category:Scripting Commands|NIL]]
 
[[Category:Scripting Commands OFP 1.96|NIL]]
variableToDestroy = '''nil'''
[[Category:Scripting Commands OFP 1.46|NIL]]
[[Category:Scripting Commands ArmA|NIL]]

Revision as of 00:24, 2 August 2006

Hover & click on the images for description

Description

Description:
Nil value. This value can be used to undefine existing variables.
Groups:
Uncategorised

Syntax

Syntax:
nil
Return Value:
Any Value

Examples

Example 1:
variableToDestroy = nil

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