attachedTo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (clearer) |
m (template:command argument fix) |
||
Line 6: | Line 6: | ||
|1.14|= Game version | |1.14|= Game version | ||
|arg= global |= | |arg= global |Multiplayer Arguments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 11:00, 5 August 2019
Description
- Description:
- Returns object the given object is attached to or objNull if the given object is not attached to anything.
- Groups:
- Uncategorised
Syntax
- Syntax:
- attachedTo obj
- Parameters:
- obj: Object - given object
- Return Value:
- Object - object the given object is attached to
Examples
- Example 1:
if (isNull attachedTo _obj1) then { hint "_obj1 is not attached to anything."; };
Additional Information
- See also:
- attachObjectattachToattachedObjectswaypointAttachVehiclewaypointAttachedVehiclelightAttachObjecttriggerAttachVehicleattachedObjectdetach
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