Osiris/API/Real

From Divinity Engine Wiki
Revision as of 14:45, 14 November 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''Real'''('''''[in]'''(INTEGER)'''''_I''',''''' [out]'''(REAL)'''''_R''') ===== Description ===== Returns a Real '''_R''' equal in valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query Real([in](INTEGER)_I, [out](REAL)_R)
Description

Returns a Real _R equal in value to the integer _I. Functions as a cast from one to the other.

Return Values
  • Success/Failure: Never fails.
  • _R: The real.
Notes

Direct casts between Real and Integer do not work in Osiris.

See Also