east: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|EAST]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|EAST]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|EAST]]
[[Category:Scripting Commands ArmA|EAST]]


| ofp |= Game name


<h2 style="color:#000066">'''east'''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Pre-defined variable for the eastern side |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''east''' |= Syntax


None
| [[Side]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>?((side _unit)==east) : hint "This is an eastern unit!"</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also


[[Side]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


East side.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example:'''
[[Category:Scripting Commands|EAST]]
 
[[Category:Scripting Commands OFP 1.96|EAST]]
?(([[side]] soldierOne) [[ a == b | ==]] '''east''') : [[hint]] "Unit is an eastern soldier"
[[Category:Scripting Commands OFP 1.46|EAST]]
[[Category:Scripting Commands ArmA|EAST]]

Revision as of 11:04, 2 August 2006

Hover & click on the images for description

Description

Description:
Pre-defined variable for the eastern side
Groups:
Uncategorised

Syntax

Syntax:
east
Return Value:
Side

Examples

Example 1:
?((side _unit)==east) : hint "This is an eastern unit!"

Additional Information

See also:
See also needed

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