Osiris/API/UserEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented UserEvent)
(No difference)

Revision as of 12:29, 28 November 2017

Full Definition(s)
  • event UserEvent((INTEGER)_UserID, (STRING)_UserEvent)
Description

Thrown for each user when iterating them.

Parameters
  • _UserID: The id of the user for which the event was thrown.
  • _Event: The name of the event as specified when calling IterateUsers.
Notes
  • /
See Also