Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AI_SmartActions

Data Structures

class  AISmartActionComponentClass
 

Functions

void AISmartActionComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
proto external AIAgent GetUser ()
 
proto external bool IsActionAccessible ()
 
proto external void SetActionAccessible (bool accessible)
 
proto external int GetTags (out notnull array< string > outTags)
 
proto external void SetActionOffset (vector offset)
 
proto external vector GetActionOffset ()
 
event override void EOnInit (IEntity owner)
 Initialise this component with data from FactionsManager. More...
 
event void OnActionBegin (IEntity owner)
 
event void OnActionEnd (IEntity owner)
 
event void OnActionFailed (IEntity owner)
 

Variables

AISmartActionComponentClass m_Owner
 

Detailed Description

Function Documentation

◆ AISmartActionComponent()

void AISmartActionComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)

Definition at line 19 of file AISmartActionComponent.c.

◆ EOnInit()

event override void EOnInit ( IEntity  owner)

Initialise this component with data from FactionsManager.

Event after entity is allocated and initialized.

Parameters
ownerThe owner entity

Initialise this component with data from FactionsManager.

Event after entity is allocated and initialized.

Parameters
ownerThe owner entity

Initialise this component with data from FactionsManager.

Definition at line 79 of file SCR_AIConfigComponent.c.

◆ GetActionOffset()

proto external vector GetActionOffset ( )

◆ GetTags()

proto external int GetTags ( out notnull array< string >  outTags)

◆ GetUser()

proto external AIAgent GetUser ( )

◆ IsActionAccessible()

proto external bool IsActionAccessible ( )

◆ OnActionBegin()

event void OnActionBegin ( IEntity  owner)

◆ OnActionEnd()

event void OnActionEnd ( IEntity  owner)

◆ OnActionFailed()

event void OnActionFailed ( IEntity  owner)

◆ SetActionAccessible()

proto external void SetActionAccessible ( bool  accessible)

◆ SetActionOffset()

proto external void SetActionOffset ( vector  offset)

Variable Documentation

◆ m_Owner