side: Difference between revisions
Jump to navigation
Jump to search
m (add. see also, categorized) |
No edit summary |
||
Line 33: | Line 33: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt class="note">'''[[User:Bdfy|Bdfy]]'''</dt> | <dt class="note">'''[[User:Bdfy|Bdfy]]'''</dt> | ||
In OFP 1.96 side return value for empty vehicles will be [[civilian]]. | In OFP 1.96 side return value for empty vehicles will be string value "civ" - that means [[civilian]]. | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 23:41, 9 February 2007
Description
- Description:
- Returns the side of unit. Once dead, a unit will be on the civilian side. When used in conjunction with a format statement (hint format["%1",side player]), the returned strings are: "WEST", "EAST", "GUER" or "CIV".
- Groups:
- Uncategorised
Syntax
Examples
Additional Information
- See also:
- westeastresistancecivilian
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
- Bdfy In OFP 1.96 side return value for empty vehicles will be string value "civ" - that means civilian.