Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIPathfindingComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class AIPathfindingComponent: AIComponent
17{
18 proto external bool RayTrace(vector position, vector destination, vector hitPos);
19 proto external void SetAreaCosts(ResourceName config);
23 proto external NavmeshWorldComponent GetNavmeshComponent();
31 proto external bool GetClosestPositionOnNavmesh(vector position, vector searchHalfExtents, out vector correctedPosition);
32}
33
vector position
proto external void SetAreaCosts(ResourceName config)
proto external bool GetClosestPositionOnNavmesh(vector position, vector searchHalfExtents, out vector correctedPosition)
AIPathfindingComponentClass AIComponentClass RayTrace(vector position, vector destination, vector hitPos)
proto external NavmeshWorldComponent GetNavmeshComponent()