Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIFindItemInInventory Class Reference
Inheritance diagram for SCR_AIFindItemInInventory:
AITaskScripted

Protected Member Functions

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

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

ref TStringArray s_aVarsIn = { PORT_PREFAB_RESOURCE_NAME }
ref TStringArray s_aVarsOut = { PORT_ITEM_ENTITY }

Static Protected Attributes

static const string PORT_PREFAB_RESOURCE_NAME = "PrefabResourceName"
static const string PORT_ITEM_ENTITY = "ItemEntity"

Detailed Description

Definition at line 1 of file SCR_AIFindItemInInventory.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIFindItemInInventory::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 10 of file SCR_AIFindItemInInventory.c.

◆ GetVariablesIn()

override TStringArray SCR_AIFindItemInInventory::GetVariablesIn ( )
inlineprotected

Definition at line 43 of file SCR_AIFindItemInInventory.c.

◆ GetVariablesOut()

override TStringArray SCR_AIFindItemInInventory::GetVariablesOut ( )
inlineprotected

Definition at line 46 of file SCR_AIFindItemInInventory.c.

◆ VisibleInPalette()

override bool SCR_AIFindItemInInventory::VisibleInPalette ( )
inlinestaticprotected

Definition at line 48 of file SCR_AIFindItemInInventory.c.

Member Data Documentation

◆ PORT_ITEM_ENTITY

const string SCR_AIFindItemInInventory::PORT_ITEM_ENTITY = "ItemEntity"
staticprotected

Definition at line 7 of file SCR_AIFindItemInInventory.c.

◆ PORT_PREFAB_RESOURCE_NAME

const string SCR_AIFindItemInInventory::PORT_PREFAB_RESOURCE_NAME = "PrefabResourceName"
staticprotected

Definition at line 4 of file SCR_AIFindItemInInventory.c.

◆ s_aVarsIn

ref TStringArray SCR_AIFindItemInInventory::s_aVarsIn = { PORT_PREFAB_RESOURCE_NAME }
protected

Definition at line 42 of file SCR_AIFindItemInInventory.c.

◆ s_aVarsOut

ref TStringArray SCR_AIFindItemInInventory::s_aVarsOut = { PORT_ITEM_ENTITY }
protected

Definition at line 45 of file SCR_AIFindItemInInventory.c.


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