civilian: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (add. see also, categorized)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Pre-defined variable for the civilian side |= Description
| Pre-defined variable for the civilian side.
 
When used in a format statement (<tt>hint [[format]]["%1",civilian]</tt>), the string returned is <tt>"CIV"</tt>. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[side]], [[west]], [[east]], [[resistance]] | |= See also


}}
}}
Line 35: Line 37:
[[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}}}}]]

Revision as of 17:52, 9 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

Bottom Section