ChatSourceItemGetEvent Method |  |
Gets the event with the specified ID from this chat source.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic ChatEventItem? GetEvent(
string id
)
Parameters
- id String
- The ID of the event.
Return Value
ChatEventItem
The event, if found;
otherwise.
See Also