a = b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math]]


{{Command|= Comments
{{Command|= Comments

Revision as of 21:26, 9 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