Difference between revisions of "Osiris/API/UserEvent"
From Divinity Engine Wiki
(Documented UserEvent) |
m |
||
Line 11: | Line 11: | ||
* [[Osiris/API/IterateUsers|IterateUsers]] | * [[Osiris/API/IterateUsers|IterateUsers]] | ||
− | [[Category:Osiris Events]] | + | [[Category:Osiris Events|UserEvent]] |
Latest revision as of 15:16, 19 December 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
- /