Click or drag to resize

ChatSourceItemGetEvent Method

Gets the event with the specified ID from this chat source.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatEventItem? GetEvent(
	string id
)

Parameters

id  String
The ID of the event.

Return Value

ChatEventItem
The event, if found; otherwise.
See Also