Osiris/API/StoryEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 7: Line 7:
* '''_Event''': The name of the event.
* '''_Event''': The name of the event.
===== Notes =====
===== Notes =====
* /
* The bahaviour script CharacterEvent and ItemEvent calls result in a story event on the Osiris side.
===== See Also =====
===== See Also =====
* [[Osiris/API/SetStoryEvent|SetStoryEvent]]
* [[Osiris/API/SetStoryEvent|SetStoryEvent]]
   
   
[[Category:Osiris Events|StoryEvent]]
[[Category:Osiris Events|StoryEvent]]

Latest revision as of 21:58, 1 March 2018

Full Definition(s)
  • event StoryEvent((GUIDSTRING)_Object, (STRING)_Event)
Description

Thrown whenever an object receives an event. These events may come from SetStoryEvent, but many other APIs also throw events to objects and all of these can be caught using this event.

Parameters
  • _Object: The object that received the event. Can either be a CHARACTERGUID or an ITEMGUID.
  • _Event: The name of the event.
Notes
  • The bahaviour script CharacterEvent and ItemEvent calls result in a story event on the Osiris side.
See Also