-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoregameevent EventFailReason
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.GameEvent
SharedLibraryCore.GameEvent.EventFailReason[[EventFailReason]]
end
event execution did not fail
an internal exception prevented the event from executing
event origin didn't have the necessary privileges to execute the command
executing the event would cause an invalid state
client is doing too much of something
the event timed out before completion
Generated with ModularDoc