Osiris/API/UserEvent
From Divinity Engine Wiki
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
- /