a = b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">''' ''a'' = ''b'' '''</h2>
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| a '''is equal to''' b  |= Description
____________________________________________________________________________________________


'''a:''' [[Number]], [[Group]], [[String]] or [[Object]]
|''' ''a'' = ''b'' ''' |= Syntax


'''b:''' [[Number]], [[Group]], [[String]] or [[Object]]
|p1 = a: [[Number]], [[Group]], [[String]] or [[Object]]


'''Type of returned value:'''
|p2 = b: [[Number]], [[Group]], [[String]] or [[Object]]


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
|x1 =
<pre>_value '''=''' 5


'''Description:'''
_mygroup '''=''' group player


a '''is equal to''' b
_greeting '''=''' "Hello!"


_enemytank '''=''' mytank1 </pre>


'''Example:'''
|  |= See also


_value '''=''' 5
}}


_mygroup '''=''' [[group]] [[player]]
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


_greeting '''=''' "Hello!"
<!-- Note Section END -->
</dl>


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

Revision as of 21:59, 8 August 2006


Hover & click on the images for description

Description

Description:
a is equal to b
Groups:
Uncategorised

Syntax

Syntax:
Nothing
Parameters:
a: Number, Group, String or Object
b: Number, Group, String or Object
Return Value:
Return value needed

Examples

Example 1:
_value '''=''' 5

_mygroup '''=''' group player

_greeting '''=''' "Hello!"

_enemytank '''=''' mytank1 

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