grpNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 25: Line 25:
'''Example:'''
'''Example:'''


[[group]] [[player]] [[ cond_equal | ==]] '''grpNull''' ...... Result is [[false]]
[[group]] [[player]] [[ a == b | ==]] '''grpNull''' ...... Result is [[false]]

Revision as of 16:40, 24 April 2006


grpNull


Operand types:

None

Type of returned value:

Group

Description:

Non-existant group.

This value is not equal to anything, not even to itself.


Example:

group player == grpNull ...... Result is false