getObjectProxy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 15: | Line 15: | ||
|gr1= Game 2 Editor | |gr1= Game 2 Editor | ||
| Return the proxy object associated with the given editor object. | |descr= Return the proxy object associated with the given editor object. | ||
{{Feature | Informative | Some Old Editor Command}} | {{Feature | Informative | Some Old Editor Command}} | ||
Revision as of 21:06, 13 June 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
- Unknown
- classWorks in BIS RTE only?