![]()  | 
  
    Ark Server API (ASE) - Wiki
    
   | 
 
This is the complete list of members for ArkApi::Commands, including all inherited members.
| AddChatCommand(const FString &command, const std::function< void(AShooterPlayerController *, FString *, EChatSendMode::Type)> &callback) override | ArkApi::Commands | virtual | 
| AddConsoleCommand(const FString &command, const std::function< void(APlayerController *, FString *, bool)> &callback) override | ArkApi::Commands | virtual | 
| AddOnChatMessageCallback(const FString &id, const std::function< bool(AShooterPlayerController *, FString *, EChatSendMode::Type, bool, bool)> &callback) override | ArkApi::Commands | virtual | 
| AddOnTickCallback(const FString &id, const std::function< void(float)> &callback) override | ArkApi::Commands | virtual | 
| AddOnTimerCallback(const FString &id, const std::function< void()> &callback) override | ArkApi::Commands | virtual | 
| AddRconCommand(const FString &command, const std::function< void(RCONClientConnection *, RCONPacket *, UWorld *)> &callback) override | ArkApi::Commands | virtual | 
| chat_commands_ | ArkApi::Commands | private | 
| ChatCommand typedef | ArkApi::Commands | private | 
| CheckChatCommands(AShooterPlayerController *shooter_player_controller, FString *message, EChatSendMode::Type mode) | ArkApi::Commands | |
| CheckCommands(const FString &message, const std::vector< std::shared_ptr< T > > &commands, Args &&... args) | ArkApi::Commands | inlineprivate | 
| CheckConsoleCommands(APlayerController *a_player_controller, FString *cmd, bool write_to_log) | ArkApi::Commands | |
| CheckOnChatMessageCallbacks(AShooterPlayerController *player_controller, FString *message, EChatSendMode::Type mode, bool spam_check, bool command_executed) | ArkApi::Commands | |
| CheckOnTickCallbacks(float delta_seconds) | ArkApi::Commands | |
| CheckOnTimerCallbacks() | ArkApi::Commands | |
| CheckRconCommands(RCONClientConnection *rcon_client_connection, RCONPacket *rcon_packet, UWorld *u_world) | ArkApi::Commands | |
| Commands()=default | ArkApi::Commands | |
| Commands(const Commands &)=delete | ArkApi::Commands | |
| Commands(Commands &&)=delete | ArkApi::Commands | |
| console_commands_ | ArkApi::Commands | private | 
| ConsoleCommand typedef | ArkApi::Commands | private | 
| on_chat_message_callbacks_ | ArkApi::Commands | private | 
| on_tick_callbacks_ | ArkApi::Commands | private | 
| on_timer_callbacks_ | ArkApi::Commands | private | 
| OnChatMessageCallback typedef | ArkApi::Commands | private | 
| OnTickCallback typedef | ArkApi::Commands | private | 
| OnTimerCallback typedef | ArkApi::Commands | private | 
| operator=(const Commands &)=delete | ArkApi::Commands | |
| operator=(Commands &&)=delete | ArkApi::Commands | |
| rcon_commands_ | ArkApi::Commands | private | 
| RconCommand typedef | ArkApi::Commands | private | 
| RemoveChatCommand(const FString &command) override | ArkApi::Commands | virtual | 
| RemoveCommand(const FString &command, std::vector< std::shared_ptr< T > > &commands) | ArkApi::Commands | inlineprivate | 
| RemoveConsoleCommand(const FString &command) override | ArkApi::Commands | virtual | 
| RemoveOnChatMessageCallback(const FString &id) override | ArkApi::Commands | virtual | 
| RemoveOnTickCallback(const FString &id) override | ArkApi::Commands | virtual | 
| RemoveOnTimerCallback(const FString &id) override | ArkApi::Commands | virtual | 
| RemoveRconCommand(const FString &command) override | ArkApi::Commands | virtual | 
| ~Commands() override=default | ArkApi::Commands | |
| ~ICommands()=default | ArkApi::ICommands | virtual |