Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDrawDebugSphere Interface Reference
Inheritance diagram for SCR_AIDrawDebugSphere:

Public Member Functions

override TStringArray GetVariablesIn ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 

Static Public Member Functions

static override bool VisibleInPalette ()
 

Public Attributes

ref Shape sphere
 

Static Public Attributes

static const string PORT_ORIGIN = "OriginIn"
 
static const string PORT_RADIUS = "RadiusIn"
 

Static Protected Member Functions

static override string GetOnHoverDescription ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIDrawDebugSphere.EOnTaskSimulate ( AIAgent owner,
float dt )

◆ GetOnHoverDescription()

static override string SCR_AIDrawDebugSphere.GetOnHoverDescription ( )
staticprotected

◆ GetVariablesIn()

override TStringArray SCR_AIDrawDebugSphere.GetVariablesIn ( )

◆ VisibleInPalette()

static override bool SCR_AIDrawDebugSphere.VisibleInPalette ( )
static

Member Data Documentation

◆ PORT_ORIGIN

const string SCR_AIDrawDebugSphere.PORT_ORIGIN = "OriginIn"
static

◆ PORT_RADIUS

const string SCR_AIDrawDebugSphere.PORT_RADIUS = "RadiusIn"
static

◆ s_aVarsIn

ref TStringArray SCR_AIDrawDebugSphere.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_ORIGIN
Definition SCR_AIDrawDebugSphere.c:3
static const string PORT_RADIUS
Definition SCR_AIDrawDebugSphere.c:4

◆ sphere

ref Shape SCR_AIDrawDebugSphere.sphere

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