Script Event Data
Last updated
Last updated
Result of a call.
public class ScriptEventData :
SyntaxValue
May be null.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The message the event was created with.
SyntaxValue
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The id of the script which generated the event.
SyntaxValue
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
public Message { get; }
This string should always match the corresponding call.
public SourceScriptId { get; }