-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreeventsserver ServerCommandRequestExecuteEvent
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Events.Server
SharedLibraryCore.Events.Server.ServerCommandRequestExecuteEvent[[ServerCommandRequestExecuteEvent]]
SharedLibraryCore.Events.Server.GameServerEvent[[GameServerEvent]]
class SharedLibraryCore.Events.Server.GameServerEvent abstractStyle;
end
SharedLibraryCore.Events.Server.GameServerEvent --> SharedLibraryCore.Events.Server.ServerCommandRequestExecuteEvent
Type | Name | Methods |
---|---|---|
string |
Command |
get, init |
Nullable <int > |
DelayMs |
get, init |
Nullable <int > |
TimeoutMs |
get, init |
public ServerCommandRequestExecuteEvent(string command, IGameServer server)
Type | Name | Description |
---|---|---|
string |
command | |
IGameServer |
server |
public string Command { get; init; }
public Nullable<int> DelayMs { get; init; }
public Nullable<int> TimeoutMs { get; init; }
Generated with ModularDoc