Osiris/API/GetPosition

From Divinity Engine Wiki
Revision as of 13:01, 20 December 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''GetPosition'''('''''[in]'''(GUIDSTRING)'''''_Target''', '''''[out]'''(REAL)'''''_X''', '''''[out]'''(REAL)'''''_Y''', '''''[out]'''(R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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
  • /