locationNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Some wiki formatting)
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|version2= 1.50


|gr1= Locations |GROUP1=
|game3= tkoh
|version3= 1.00


|gr2= Variables |GROUP2=
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| A non-existing [[Location]]. To compare non-existent locations use [[isNull]] or [[isEqualTo]]:
|gr1= Locations
* <tt>[[locationNull]] <nowiki>==</nowiki> [[locationNull]]; // false</tt>
* <tt>[[isNull]] [[locationNull]]; // true</tt>
* <tt>[[locationNull]] [[isEqualTo]] [[locationNull]]; // true</tt> |DESCRIPTION=
____________________________________________________________________________________________


| '''locationNull''' |SYNTAX=
|gr2= Variables


|p1= |PARAMETER1=  
|descr= A non-existing [[Location]]. To compare non-existent locations use [[isNull]] or [[isEqualTo]]:
<sqf>
locationNull == locationNull; // false
isNull locationNull; // true
locationNull isEqualTo locationNull; // true
</sqf>


|p2= |PARAMETER2=  
|s1= [[locationNull]]


|p3= |PARAMETER3=  
|r1= [[Location]]


| [[Location]] |RETURNVALUE=  
|x1= <sqf>!isNull locationNull; // false</sqf>


|x2= <sqf>str locationNull; // No location</sqf>


| x1 = <code>![[isNull]] [[locationNull]]; // false</code> |EXAMPLE1=
|x3= <sqf>position locationNull; // [0,0,0]</sqf>
| x2 = <code>[[str]] [[locationNull]]; // No location</code> |EXAMPLE2=
| x3 = <code>[[position]] [[locationNull]]; // [0,0,0]</code> |EXAMPLE3=
____________________________________________________________________________________________


| [[controlNull]], [[displayNull]], [[grpNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO=
|seealso= [[controlNull]] [[displayNull]] [[grpNull]] [[objNull]] [[taskNull]] [[teamMemberNull]] [[scriptNull]] [[configNull]] [[typeName]] [[isNull]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands|LOCALIZE]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:19, 13 May 2022

Hover & click on the images for description

Description

Description:
A non-existing Location. To compare non-existent locations use isNull or isEqualTo:
locationNull == locationNull; // false isNull locationNull; // true locationNull isEqualTo locationNull; // true
Groups:
LocationsVariables

Syntax

Syntax:
locationNull
Return Value:
Location

Examples

Example 1:
!isNull locationNull; // false
Example 2:
str locationNull; // No location
Example 3:
position locationNull; // [0,0,0]

Additional Information

See also:
controlNull displayNull grpNull objNull taskNull teamMemberNull scriptNull configNull typeName isNull

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