Category:Osiris APIs: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
(Added Osiris category)
Line 6: Line 6:


Additionally, this page also links to a number of useful helper routines and databases from the Shared mod.
Additionally, this page also links to a number of useful helper routines and databases from the Shared mod.
[[Category:Osiris]]

Revision as of 21:30, 16 September 2017

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.

Additionally, this page also links to a number of useful helper routines and databases from the Shared mod.