Osiris/API/UserEvent

From Divinity Engine Wiki
Jump to: navigation, search
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