attachedObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''attachedObject''' [[Location]] |= Syntax
| '''attachedObject''' Location |= Syntax


|p1= [[Location]] |= Parameter 1
|p1= Location: [[Location]] |= Parameter 1


| [[Object]] |= Return value
| [[Object]] |= Return value

Revision as of 00:01, 22 January 2009

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Returns the object a location is attached to. If the location is unattached, then objNull is returned.
Groups:
Uncategorised

Syntax

Syntax:
attachedObject Location
Parameters:
Location: Location
Return Value:
Object

Examples

Example 1:
_locAttachedObj = attachedObject myLocation

Additional Information

See also:
attachObject

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

Bottom Section