east: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 32: | Line 32: | ||
|r1= [[Side]] | |r1= [[Side]] | ||
|x1= [[SQS Syntax|SQS]]:< | |x1= [[SQS Syntax|SQS]]: | ||
<sqf>? side _unit == east : hint "This is an eastern unit!"</sqf> | |||
|x2= [[SQF Syntax|SQF]]:< | |x2= [[SQF Syntax|SQF]]: | ||
<sqf> | |||
if (side _unit == east) then | |||
{ | { | ||
hint "This is an eastern unit!"; | |||
};</ | }; | ||
</sqf> | |||
|seealso= [[side]] [[west]] [[resistance]] [[civilian]] [[sideEmpty]] [[sideAmbientLife]] | |seealso= [[side]] [[west]] [[resistance]] [[civilian]] [[sideEmpty]] [[sideAmbientLife]] | ||
}} | }} | ||
{{Note | |||
|user= Maruk | |||
|timestamp= 20070417104500 | |||
|text= In {{arma1}} the terms OPFOR, BLUFOR, Independents and Civilians are used in the front end UI. | |||
}} | |||
In {{ | |||
Revision as of 20:55, 18 April 2022
Description
Syntax
Examples
Additional Information
- See also:
- side west resistance civilian sideEmpty sideAmbientLife
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
- Posted on Apr 17, 2007 - 10:45 (UTC)
- In Armed Assault the terms OPFOR, BLUFOR, Independents and Civilians are used in the front end UI.
Categories:
- Pages with SQF errors
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Sides