Ark Server API (ASA) - Wiki
|
This is the complete list of members for AsaApiUtilsMessagingManager, including all inherited members.
__pad0__ | MessagingManager | protected |
__pad1__ | MessagingManager | protected |
MeetsRequirementsToWork() override | AsaApiUtilsMessagingManager | inlinevirtual |
msg | MessagingManager | protected |
msg | MessagingManager | protected |
msg_color | MessagingManager | protected |
SendChatMessage(AShooterPlayerController *player_controller, const FString &sender_name, const T *msg, Args &&... args) | MessagingManager | inline |
SendChatMessage_Impl(AShooterPlayerController *player_controller, const FString &sender_name, const FString &msg) | MessagingManager | inlineprotectedvirtual |
SendChatMessageToAll(const FString &sender_name, const T *msg, Args &&... args) | MessagingManager | inline |
SendNotification(AShooterPlayerController *player_controller, FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const T *msg, Args &&... args) | MessagingManager | inline |
SendNotification_Impl(AShooterPlayerController *player_controller, FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const FString &msg) override | AsaApiUtilsMessagingManager | inlineprotectedvirtual |
SendNotificationPrettyToPlayer(APlayerController *PC, const FString &Text, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double TextScale, const double Duration, const Position TextJustification, const Position ScreenPosition, const bool bAddToChat) | AsaApiUtilsMessagingManager | inline |
SendNotificationPrettyToPlayer(const FString &EOSid, const FString &Text, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double TextScale, const double Duration, const Position TextJustification, const Position ScreenPosition, const bool bAddToChat) | AsaApiUtilsMessagingManager | inline |
SendNotificationPrettyToPlayers(TArray< APlayerController * > PCs, const FString &Text, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double TextScale, const double Duration, const Position TextJustification, const Position ScreenPosition, const bool bAddToChat) | AsaApiUtilsMessagingManager | inline |
SendNotificationPrettyToPlayers(const TArray< FString > &IDs, const FString &Text, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double TextScale, const double Duration, const Position TextJustification, const Position ScreenPosition, const bool bAddToChat) | AsaApiUtilsMessagingManager | inline |
SendNotificationToAll(FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const T *msg, Args &&... args) | MessagingManager | inline |
SendServerMessage(AShooterPlayerController *player_controller, FLinearColor msg_color, const T *msg, Args &&... args) | MessagingManager | inline |
SendServerMessage_Impl(AShooterPlayerController *player_controller, FLinearColor msg_color, const FString &msg) override | AsaApiUtilsMessagingManager | inlineprotected |
SendServerMessageToAll(FLinearColor msg_color, const T *msg, Args &&... args) | MessagingManager | inline |
SetWorldContext(UWorld *world_context) | MessagingManager | inline |