grpNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (=)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| A non-existing group. This value is not equal to anything, including itself.  |= Description
| A non-existing [[Group]]. This value is not equal to anything, including itself.   
 
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 15:
| [[Group]] |= Return value
| [[Group]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
| x1 = <code> [[group]] [[player]] <nowiki>==</nowiki> '''grpNull''' </code>  
| x1 = <code> _group <nowiki>=</nowiki> '''grpNull''' </code>  


Result is false
|  |= See also
|  |= See also



Revision as of 13:33, 28 August 2007

Hover & click on the images for description

Description

Description:
A non-existing Group. This value is not equal to anything, including itself. ____________________________________________________________________________________________
Groups:
Uncategorised

Syntax

Syntax:
Group= grpNull
Return Value:
Group

Examples

Example 1:
_group = grpNull

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