civilian: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 42: Line 42:
[[Category:Scripting Commands OFP 1.46|CIVILIAN]]
[[Category:Scripting Commands OFP 1.46|CIVILIAN]]
[[Category:Scripting Commands ArmA|CIVILIAN]]
[[Category:Scripting Commands ArmA|CIVILIAN]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sides|{{uc:{{PAGENAME}}}}]]

Revision as of 08:31, 20 February 2007

Hover & click on the images for description

Description

Description:
Pre-defined variable for the civilian side. When used in a format statement (hint format["%1",civilian]), the string returned is "CIV".
Groups:
Uncategorised

Syntax

Syntax:
civilian
Return Value:
Side

Examples

Example 1:
?((side _unit)==civilian) : hint "This is a civilian unit!"

Additional Information

See also:
sidewesteastresistance

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 OFP v1.96, empty vehicles, objects and dead soldiers are on side civilian.

Bottom Section