According to my tests the ID of terrain objects is always the same, which enables users to find the terrain object directly using the alt syntax of `nearestObject` command:
```
_pos nearestObject _id
```
having a command that returns this ID directly without any awkward workaround would be extremely useful:
```
_id = getObjectID _obj
```