getObjectProxy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Game 2 Editor | |gr1= Game 2 Editor | ||
| Return the proxy object associated with the given editor object. | | Return the proxy object associated with the given editor object. | ||
{{Informative | Some Old Editor Command}} | {{Informative | Some Old Editor Command}} | ||
| map '''getObjectProxy''' object | | map '''getObjectProxy''' object | ||
|p1= map: [[Control]] - | |p1= map: [[Control]] - | ||
|p2= object: [[String]] - | |p2= object: [[String]] - | ||
|p3 | |p3= | ||
| [[Object]] | | [[Object]] | ||
|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> | ||
| [[setObjectProxy]] | | [[setObjectProxy]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:39, 18 January 2021
Description
- Description:
- Return the proxy object associated with the given editor object.
- Groups:
- Game 2 Editor
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?