HPL3/Amnesia: Rebirth/Scripting/cAINodeContainer
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
cAINodeContainer has no public fields.
Functions
Return Type | Function And Description |
---|---|
cVector3f | GetCollideSize() |
tString | GetName() |
cAINode | GetNode(int alIdx) |
cAINode | GetNodeFromID(int alID) |
cAINode | GetNodeFromName(const tString &in asName) |
cAINodeIterator | GetNodeIterator(const cVector3f &in avPosition, float afRadius) |
tString | GetNodeName() |
int | GetNodeNum() |
Details
GetCollideSize
const cVector3f& GetCollideSize()
Returns:
- const cVector3f&—
GetName
const tString& GetName()
Returns:
- const tString&—
GetNode
cAINode@ GetNode(int alIdx)
Parameters
- alIdx (int) —
Returns:
- cAINode@—
GetNodeFromID
cAINode@ GetNodeFromID(int alID)
Parameters
- alID (int) —
Returns:
- cAINode@—
GetNodeFromName
GetNodeIterator
cAINodeIterator@ GetNodeIterator(const cVector3f &in avPosition,
float afRadius)
Parameters
- avPosition (cVector3f) —
- afRadius (float) —
Returns:
- cAINodeIterator@—
GetNodeName
const tString& GetNodeName()
Returns:
- const tString&—
GetNodeNum
int GetNodeNum()
Returns:
- int—