Osiris/API/GetPosition
From Divinity Engine Wiki
Full Definition(s)
- query GetPosition([in](GUIDSTRING)_Target, [out](REAL)_X, [out](REAL)_Y, [out](REAL)_Z)
Description
Returns the position of the _Target, with _Y being the vertical coordinate.
Return Values
- Success/Failure: Fails if Target does not exist.
- _X: X coordinate of the object created.
- _Y: Y coordinate of the object created.
- _Z: Z coordinate of the object created.
Notes
- /