sharedlibrarycoregameevent EventFailReason - RaidMax/IW4M-Admin GitHub Wiki
Public enum
EventFailReason Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.GameEvent
SharedLibraryCore.GameEvent.EventFailReason[EventFailReason](/RaidMax/IW4M-Admin/wiki/EventFailReason)
end
Details
Fields
None
Summary
event execution did not fail
Exception
Summary
an internal exception prevented the event from executing
Permission
Summary
event origin didn't have the necessary privileges to execute the command
Invalid
Summary
executing the event would cause an invalid state
Throttle
Summary
client is doing too much of something
Timeout
Summary
the event timed out before completion
Generated with ModularDoc