attachedTo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4 $5</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4 $5</code>") |
||
Line 16: | Line 16: | ||
|r1= [[Object]] - object the given object is attached to | |r1= [[Object]] - object the given object is attached to | ||
|x1= <code>if (isNull | |x1= <code>if (isNull attachedTo _obj1) [[then]] { | ||
[[hint]] "_obj1 is not attached to anything."; | [[hint]] "_obj1 is not attached to anything."; | ||
};</code> | };</code> |
Revision as of 11:44, 12 May 2022
Description
- Description:
- Returns object the given object is attached to or objNull if the given object is not attached to anything.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- attachedTo obj
- Parameters:
- obj: Object - given object
- Return Value:
- Object - object the given object is attached to
Examples
Additional Information
- See also:
- attachObject attachTo attachedObjects waypointAttachVehicle waypointAttachedVehicle lightAttachObject triggerAttachVehicle attachedObject detach
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