Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AsaApiModUtils.hpp File Reference
#include "API/ARK/Ark.h"
+ Include dependency graph for AsaApiModUtils.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  AsaApiModUtils
 

Functions

FORCEINLINE AActorAsaApiModUtils::GetSingleton ()
 Returns the actor singleton, and loads the weak reference to the singleton actor.
 
FORCEINLINE void AsaApiModUtils::DrawDebugLine (FVector Start, FVector End, FLinearColor Color, int Duration)
 Draw a line in the world for all players to see.
 
FORCEINLINE TWeakObjectPtr< AActorAsaApiModUtils::DrawSphere (const DrawDebugSphere_Params &params)
 Draw a sphere in the world.
 
FORCEINLINE FString AsaApiModUtils::AddNotification (const AsaApiUtilsNotification &notificationParams)
 Add a notification to the player's screen or to the chat box.
 
FORCEINLINE APrimalBuff_ApiUtilsAsaApiModUtils::GetBuffForPlayer (AShooterCharacter *Character)
 This is a helper function to get the buff for the player.
 
FORCEINLINE APrimalBuff_ApiUtilsAsaApiModUtils::GetBuffForPlayer (AShooterPlayerController *PC)
 This is a helper function to get the buff for the player.
 
FORCEINLINE APrimalBuff_ApiUtilsAsaApiModUtils::GetBuffForPlayer (APlayerController *PC)
 This is a helper function to get the buff for the player.
 

Variables

TWeakObjectPtr< AActorAsaApiModUtils::Singleton