object
Jump to navigation
Jump to search
Description
- Description:
- Returns Object with given id. Object's id can be checked in mission editor.
- Groups:
- Object Detection
Syntax
Examples
- Example 1:
Additional Information
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 Aug 01, 2006 - 22:10 (UTC)
-
1.75 To check object's id in the Mission Editor click on "Show IDs" and zoom in closely.
1.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.
1.08 This command is no longer available due to terrain data streaming, you need to use extended variant of nearestObject instead.