a = b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed values)
Line 1: Line 1:
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math|#]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 10: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


|''' ''a'' = ''b'' ''' |= Syntax
| a '''<nowiki>=</nowiki>''' b |= Syntax


|p1 = a: [[Number]], [[Group]], [[String]] or [[Object]]
|p1= a: [[Number]], [[Group]], [[String]] or [[Object]] |= Parameter 1


|p2 = b: [[Number]], [[Group]], [[String]] or [[Object]]
|p2= b: [[Number]], [[Group]], [[String]] or [[Object]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 25: Line 30:
<code>_greeting <nowiki>=</nowiki> "Hello!"</code>
<code>_greeting <nowiki>=</nowiki> "Hello!"</code>


<code>_enemytank <nowiki>=</nowiki> mytank1 </code>
<code>_enemytank <nowiki>=</nowiki> mytank1 </code> |=


|  |= See also
|  |= See also
Line 39: Line 44:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math|#]]

Revision as of 03:19, 8 December 2006


Hover & click on the images for description

Description

Description:
a is equal to b
Groups:
Uncategorised

Syntax

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

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