a = b: Difference between revisions
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 | |||
____________________________________________________________________________________________ | |||
| ofp |= Game name | |||
|1.00|= Game version | |||
____________________________________________________________________________________________ | |||
''' | | a '''is equal to''' b |= Description | ||
____________________________________________________________________________________________ | |||
'''a | |''' ''a'' = ''b'' ''' |= Syntax | ||
|p1 = a: [[Number]], [[Group]], [[String]] or [[Object]] | |||
|p2 = b: [[Number]], [[Group]], [[String]] or [[Object]] | |||
[[Nothing]] | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | |||
|x1 = | |||
<pre>_value '''=''' 5 | |||
''' | _mygroup '''=''' group player | ||
_greeting '''=''' "Hello!" | |||
_enemytank '''=''' mytank1 </pre> | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> |
Revision as of 20:59, 8 August 2006
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