Ark Server API (ASE) - Wiki
|
This is the complete list of members for ArkApi::ICommands, including all inherited members.
AddChatCommand(const FString &command, const std::function< void(AShooterPlayerController *, FString *, EChatSendMode::Type)> &callback)=0 | ArkApi::ICommands | pure virtual |
AddConsoleCommand(const FString &command, const std::function< void(APlayerController *, FString *, bool)> &callback)=0 | ArkApi::ICommands | pure virtual |
AddOnChatMessageCallback(const FString &id, const std::function< bool(AShooterPlayerController *, FString *, EChatSendMode::Type, bool, bool)> &callback)=0 | ArkApi::ICommands | pure virtual |
AddOnTickCallback(const FString &id, const std::function< void(float)> &callback)=0 | ArkApi::ICommands | pure virtual |
AddOnTimerCallback(const FString &id, const std::function< void()> &callback)=0 | ArkApi::ICommands | pure virtual |
AddRconCommand(const FString &command, const std::function< void(RCONClientConnection *, RCONPacket *, UWorld *)> &callback)=0 | ArkApi::ICommands | pure virtual |
RemoveChatCommand(const FString &command)=0 | ArkApi::ICommands | pure virtual |
RemoveConsoleCommand(const FString &command)=0 | ArkApi::ICommands | pure virtual |
RemoveOnChatMessageCallback(const FString &id)=0 | ArkApi::ICommands | pure virtual |
RemoveOnTickCallback(const FString &id)=0 | ArkApi::ICommands | pure virtual |
RemoveOnTimerCallback(const FString &id)=0 | ArkApi::ICommands | pure virtual |
RemoveRconCommand(const FString &command)=0 | ArkApi::ICommands | pure virtual |
~ICommands()=default | ArkApi::ICommands | virtual |