Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
SCR_AIDrawDebugSphere Interface Reference
Inheritance diagram for SCR_AIDrawDebugSphere:
[legend]

Public Member Functions

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

Public Attributes

ref Shape sphere
 

Static Public Attributes

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

Protected Member Functions

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()

override string SCR_AIDrawDebugSphere.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIDrawDebugSphere.GetVariablesIn ( )

◆ VisibleInPalette()

override bool SCR_AIDrawDebugSphere.VisibleInPalette ( )

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: