side: 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|S]]
[[Category:Scripting Commands|SIDE]]
[[Category:Scripting Commands OFP 1.97|S]]
[[Category:Scripting Commands OFP 1.97|SIDE]]
[[Category:Scripting Commands OFP 1.46|S]]
[[Category:Scripting Commands OFP 1.46|SIDE]]
[[Category:Scripting Commands ArmA|S]]
[[Category:Scripting Commands ArmA|SIDE]]





Revision as of 17:06, 4 May 2006


side unit


Operand types:

unit: Object or Group

Type of returned value:

Side

Description:

Side of unit.

Note: This does not change the side of the unit.


Example:

? (side player == west) : hint "You are on the West side."