Osiris/API/UserEvent: Difference between revisions
Jump to navigation
Jump to search
(Documented UserEvent) |
mNo edit summary |
||
Line 11: | Line 11: | ||
* [[Osiris/API/IterateUsers|IterateUsers]] | * [[Osiris/API/IterateUsers|IterateUsers]] | ||
[[Category:Osiris Events]] | [[Category:Osiris Events|UserEvent]] |
Latest revision as of 14: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
- /