getObjectProxy: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| map '''getObjectProxy''' object |= Syntax | | map '''getObjectProxy''' object |= Syntax | ||
|p1= map: [[Control]] - |= | |p1= map: [[Control]] - |PARAMETER1= | ||
|p2= object: [[String]] - |= | |p2= object: [[String]] - |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Object]] |= | | [[Object]] |RETURNVALUE= | ||
|x1= <code>([[findDisplay]] 128 [[displayCtrl]] 51) [[getObjectProxy]] "_unit_1" | |x1= <code>([[findDisplay]] 128 [[displayCtrl]] 51) [[getObjectProxy]] "_unit_1" | ||
// returns the object 'B 1-1-A:1 (Sean Johnson)'</code>|= | // returns the object 'B 1-1-A:1 (Sean Johnson)'</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setObjectProxy]] |= | | [[setObjectProxy]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:31, 7 April 2019
Description
- Description:
- Return the proxy object associated with the given editor object.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
(findDisplay 128 displayCtrl 51) getObjectProxy "_unit_1" // returns the object 'B 1-1-A:1 (Sean Johnson)'
Additional Information
- See also:
- setObjectProxy
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
- Unknown
- classWorks in BIS RTE only?