class AIWorldSource
AIWorld › Managed
All members, including inherited
Constructors 2
private void AIWorld()private void ~AIWorld()Methods 6
Creates group with group behaviour specified by templateName param. AIGroups lifetime is managed by AIWorld, e.g. empty groups are deleted automatically.
proto native AIGroup CreateDefaultGroup()Creates group with no group behaviour
proto native void DeleteGroup(notnull AIGroup group)Destroys group and all AIAgents attached
proto native bool FindPath(vector from, vector to, PGFilter pgFilter, out TVectorArray waypoints)Finds path on navmesh using path graph filter.
/param [in] from starting position /param [in] to ending position /param [in] pgFilter filter used for searching /param [out] waypoints waypoints array including starting and ending position /returns true - if path has been found