locationNull: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(38 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1.00 | |game2= arma2oa | ||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Locations | |gr1= Locations | ||
Line 9: | Line 17: | ||
|gr2= Variables | |gr2= Variables | ||
| A non-existing [[Location]]. To compare non-existent locations use [[isNull]] or [[isEqualTo]]: | |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> | |||
| | |s1= [[locationNull]] | ||
| [[Location]] | |r1= [[Location]] | ||
|x1= <sqf>!isNull locationNull; // false</sqf> | |||
|x2= <sqf>str locationNull; // No location</sqf> | |||
| x2 = < | |||
| [ | |x3= <sqf>position locationNull; // [0,0,0]</sqf> | ||
| | |seealso= [[controlNull]] [[displayNull]] [[grpNull]] [[objNull]] [[taskNull]] [[teamMemberNull]] [[scriptNull]] [[configNull]] [[typeName]] [[isNull]] | ||
}} | }} | ||
Latest revision as of 13:19, 13 May 2022
Description
- Description:
- A non-existing Location. To compare non-existent locations use isNull or isEqualTo:
- Groups:
- LocationsVariables
Syntax
- Syntax:
- locationNull
- Return Value:
- Location
Examples
- Example 1:
- Example 2:
- Example 3:
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