evalObjectArgument: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(example is still to add !)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| (description) |= Description
| Return argument in mission editor of a given object. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''(command)''' |= Syntax
| map '''evalObjectArgument''' [object, argument] |= Syntax


|p1= |= PARAMETER1  
|p1= map: [[Control]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= [object, argument]: [[Array]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| |= RETURNVALUE  
| [[Any Value]] |= RETURNVALUE  




Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[setObjectArguments]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:21, 26 August 2009

Hover & click on the images for description

Description

Description:
Return argument in mission editor of a given object.
Groups:
Uncategorised

Syntax

Syntax:
map evalObjectArgument [object, argument]
Parameters:
map: Control
[object, argument]: Array
Return Value:
Any Value

Examples

Example 1:
(example)

Additional Information

See also:
setObjectArguments

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