Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
ArkApi::ICommands Member List

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)=0ArkApi::ICommandspure virtual
AddConsoleCommand(const FString &command, const std::function< void(APlayerController *, FString *, bool)> &callback)=0ArkApi::ICommandspure virtual
AddOnChatMessageCallback(const FString &id, const std::function< bool(AShooterPlayerController *, FString *, EChatSendMode::Type, bool, bool)> &callback)=0ArkApi::ICommandspure virtual
AddOnTickCallback(const FString &id, const std::function< void(float)> &callback)=0ArkApi::ICommandspure virtual
AddOnTimerCallback(const FString &id, const std::function< void()> &callback)=0ArkApi::ICommandspure virtual
AddRconCommand(const FString &command, const std::function< void(RCONClientConnection *, RCONPacket *, UWorld *)> &callback)=0ArkApi::ICommandspure virtual
RemoveChatCommand(const FString &command)=0ArkApi::ICommandspure virtual
RemoveConsoleCommand(const FString &command)=0ArkApi::ICommandspure virtual
RemoveOnChatMessageCallback(const FString &id)=0ArkApi::ICommandspure virtual
RemoveOnTickCallback(const FString &id)=0ArkApi::ICommandspure virtual
RemoveOnTimerCallback(const FString &id)=0ArkApi::ICommandspure virtual
RemoveRconCommand(const FString &command)=0ArkApi::ICommandspure virtual
~ICommands()=defaultArkApi::ICommandsvirtual