Category:Osiris APIs

From Divinity Engine Wiki
Revision as of 21:51, 25 August 2017 by Tinkerer (talk | contribs) (Created page with "=== Osiris APIs === Osiris core APIs come in three categories: * Events are Osiris' way to inform you that something happened, often to a particular object * Queries allow you...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Osiris APIs

Osiris core APIs come in three categories:

  • Events are Osiris' way to inform you that something happened, often to a particular object
  • Queries allow you to request information about an object or the game state, and occasionally also change the game state and returning the result of the change (e.g. creating a new item)
  • Calls instruct Osiris to change an object or the game state. Calls never directly return results in any way.