side: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SIDE]]
[[Category:Scripting Commands|SIDE]]
[[Category:Scripting Commands OFP 1.97|SIDE]]
[[Category:Scripting Commands OFP 1.96|SIDE]]
[[Category:Scripting Commands OFP 1.46|SIDE]]
[[Category:Scripting Commands OFP 1.46|SIDE]]
[[Category:Scripting Commands ArmA|SIDE]]
[[Category:Scripting Commands ArmA|SIDE]]

Revision as of 21:37, 1 June 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."