Osiris/API/GetPosition: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * query '''GetPosition'''('''''[in]'''(GUIDSTRING)'''''_Target''', '''''[out]'''(REAL)'''''_X''', '''''[out]'''(REAL)'''''_Y''', '''''[out]'''(R...")
(No difference)

Revision as of 11:01, 20 December 2017

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
  • /