Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
DrawDebugSphere_Params Struct Reference

#include <ModParamStructs.h>

+ Collaboration diagram for DrawDebugSphere_Params:

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
 
AActorSphereActor
 

Detailed Description

Definition at line 48 of file ModParamStructs.h.

Constructor & Destructor Documentation

◆ DrawDebugSphere_Params()

DrawDebugSphere_Params::DrawDebugSphere_Params ( const FVector & Center,
const double & Radius,
const int & ForPlayerID,
const int & ForTribeID,
const FLinearColor & Color,
const int & Duration,
const DrawSphereType & DrawType )
inline

Definition at line 61 of file ModParamStructs.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Center

FVector DrawDebugSphere_Params::Center

Definition at line 51 of file ModParamStructs.h.

◆ Color

FLinearColor DrawDebugSphere_Params::Color

Definition at line 55 of file ModParamStructs.h.

◆ DrawType

DrawSphereType DrawDebugSphere_Params::DrawType

Definition at line 57 of file ModParamStructs.h.

◆ Duration

int DrawDebugSphere_Params::Duration

Definition at line 56 of file ModParamStructs.h.

◆ ForPlayerID

int DrawDebugSphere_Params::ForPlayerID

Definition at line 53 of file ModParamStructs.h.

◆ ForTribeID

int DrawDebugSphere_Params::ForTribeID

Definition at line 54 of file ModParamStructs.h.

◆ Radius

double DrawDebugSphere_Params::Radius

Definition at line 52 of file ModParamStructs.h.

◆ SphereActor

AActor* DrawDebugSphere_Params::SphereActor

Definition at line 59 of file ModParamStructs.h.


The documentation for this struct was generated from the following file: