DIFF

class AIGroupSource

AIGroup Managed

All members, including inherited

Constructors 2

private void AIGroup()
private void ~AIGroup()

Methods 3

proto native void AddAgent(notnull AIAgent agent)

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.

proto native void RemoveAgent(notnull AIAgent agent)
proto native AIGroupBehaviour GetBehaviour()