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

Public Member Functions

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

Protected Member Functions

override string GetNodeMiddleText ()
 

Protected Attributes

string m_lockName
 
int m_maxAllowedHolders
 
SCR_LockContextComponent m_lockComponent
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetNodeMiddleText()

override string SCR_AISemaphoreIn.GetNodeMiddleText ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AISemaphoreIn.GetVariablesIn ( )

◆ OnEnter()

override void SCR_AISemaphoreIn.OnEnter ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AISemaphoreIn.VisibleInPalette ( )

Member Data Documentation

◆ m_lockComponent

SCR_LockContextComponent SCR_AISemaphoreIn.m_lockComponent
protected

◆ m_lockName

string SCR_AISemaphoreIn.m_lockName
protected

◆ m_maxAllowedHolders

int SCR_AISemaphoreIn.m_maxAllowedHolders
protected

◆ s_aVarsIn

ref TStringArray SCR_AISemaphoreIn.s_aVarsIn
staticprotected
Initial value:
= {
"LockNameIn"
}

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