PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
AIGroup Class Reference

Private Member Functions

private void AIGroup ()
 
private void ~AIGroup ()
 
proto native void AddAgent (notnull AIAgent agent)
 
proto native void RemoveAgent (notnull AIAgent agent)
 
proto native AIGroupBehaviour GetBehaviour ()
 

Constructor & Destructor Documentation

◆ AIGroup()

private void AIGroup ( )
private

◆ ~AIGroup()

private void ~AIGroup ( )
private

Member Function Documentation

◆ AddAgent()

proto native void AddAgent ( notnull AIAgent  agent)
private

Manual group management - add / remove agents from group. Don't forget to remove agent from old group. Caution! Empty groups are deleted on the next frame.

◆ GetBehaviour()

proto native AIGroupBehaviour GetBehaviour ( )
private

◆ RemoveAgent()

proto native void RemoveAgent ( notnull AIAgent  agent)
private

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