Ark Server API (ASA) - Wiki
|
#include <ModParamStructs.h>
Public Member Functions | |
DrawDebugSphere_Params (const FVector &Center, const double &Radius, const int &ForPlayerID, const int &ForTribeID, const FLinearColor &Color, const int &Duration, const DrawSphereType &DrawType) | |
Public Attributes | |
FVector | Center |
double | Radius |
int | ForPlayerID |
int | ForTribeID |
FLinearColor | Color |
int | Duration |
DrawSphereType | DrawType |
AActor * | SphereActor |
Definition at line 48 of file ModParamStructs.h.
|
inline |
Definition at line 61 of file ModParamStructs.h.
FVector DrawDebugSphere_Params::Center |
Definition at line 51 of file ModParamStructs.h.
FLinearColor DrawDebugSphere_Params::Color |
Definition at line 55 of file ModParamStructs.h.
DrawSphereType DrawDebugSphere_Params::DrawType |
Definition at line 57 of file ModParamStructs.h.
int DrawDebugSphere_Params::Duration |
Definition at line 56 of file ModParamStructs.h.
int DrawDebugSphere_Params::ForPlayerID |
Definition at line 53 of file ModParamStructs.h.
int DrawDebugSphere_Params::ForTribeID |
Definition at line 54 of file ModParamStructs.h.
double DrawDebugSphere_Params::Radius |
Definition at line 52 of file ModParamStructs.h.
AActor* DrawDebugSphere_Params::SphereActor |
Definition at line 59 of file ModParamStructs.h.