object

From Bohemia Interactive Community
Revision as of 15:11, 27 March 2021 by R3vo (talk | contribs) (fixed example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns Object with given id. Object's id can be checked in mission editor.
Arma 3
Use nearestObject command family instead.
Groups:
Object Detection

Syntax

Syntax:
object id
Parameters:
id: Number
Return Value:
Object

Examples

Example 1:
_object = object 1;

Additional Information

See also:
nearestObjectsnearObjectsReadynearObjectsnearestObject

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
Posted on 22:10, 1 August 2006
Hoz
Logo A0.png1.75 To check object's id in the Mission Editor click on "Show IDs" and zoom in closely.
Logo A0.png1.85 You cannot _object setPos [-10000, 0 ,0]; terrain objects to get them out of the way, but you can use _object setDamage 1; to get trees or other flora out of the way.
Logo A1 black.png1.08 This command is no longer available due to terrain data streaming, you need to use extended variant of nearestObject instead.