tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
CustomEventInvocation.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
8 public sealed class CustomEventInvocation
9 {
13 public string? EventName { get; set; }
14
18 public ICollection<string?>? Parameters { get; set; }
19
23 public bool? NotifyCompletion { get; set; }
24 }
25}
ICollection< string?>? Parameters
The parameters for the invoked event.
bool? NotifyCompletion
If the DMAPI should be notified when the event compeletes.