a = b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 =
|x1 =
<pre>_value '''=''' 5
<code>_value <nowiki>=</nowiki> 5


_mygroup '''=''' group player
_mygroup <nowiki>=</nowiki> [[group]] [[player]]


_greeting '''=''' "Hello!"
_greeting <nowiki>=</nowiki> "Hello!"


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


|  |= See also
|  |= See also

Revision as of 22:01, 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