side: Difference between revisions
Jump to navigation
Jump to search
m (added command group locations) |
m (removed locations , since they use side_location) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the side of a unit | | Returns the side of a unit or object. | ||
Once dead, a unit will be on the [[civilian]] side. | Once dead, a unit will be on the [[civilian]] side. | ||
Line 15: | Line 15: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Side]] <nowiki>=</nowiki> '''side''' | | [[Side]] <nowiki>=</nowiki> '''side''' UnitOrGroup|= Syntax | ||
|p1= | |p1= UnitOrGroup: [[Object#Unit|Unit]] or [[Group]] |= Parameter 1 | ||
| [[Side]] |= Return value | | [[Side]] |= Return value | ||
Line 25: | Line 25: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideEnemy]] |= See also | | [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideEnemy]], [[side_location]]|= See also | ||
}} | }} | ||
Line 61: | Line 61: | ||
[[Category:Scripting Commands ArmA|SIDE]] | [[Category:Scripting Commands ArmA|SIDE]] | ||
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 10:28, 27 November 2007
Description
- Description:
- Returns the side of a unit or object. 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", "CIV", "LOGIC" or "UNKNOWN".
- Groups:
- Uncategorised
Syntax
Examples
Additional Information
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
- Ceeeb
- In ArmA, the following objects are on side civilian: dead bodies and vehicles, empty vehicles, all mission editor placed objects (that do not have an inherit side), all objects with interactive components such as ladders and doors, man made structures such as buildings (including classless wrp placed objects), docks, high tension powerlines, see-saws, large rubbish bins, fountains. Basically if an object uses a non-simple damage or physics simulation it is likely to be on the civilian side.
- Bdfy
- In OFP 1.96, side return value for empty vehicles will be civilian.
- Ceeeb
- In OFP v1.96, the side return value for a vehicle is based on the side of it's commander, then gunner, then driver, then cargo. It will retain it's side value until it is either empty, or a unit of another side takes over in a equal or higher role, irrespective of the side of other units still on board. This can be used to simulate friendly fire, as a vehicle can be made to appear to be an enemy even though all units on board are actually friendly.
- Crowe
- Units with negative score(rating) are side ENEMY.