Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
NavmeshWorldComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class NavmeshWorldComponentClass: GenericComponentClass
13{
14}
15
16class NavmeshWorldComponent: GenericComponent
17{
23 proto external bool IsTileLoaded(vector wPos);
29 proto external bool IsTileValid(vector wPos);
35 proto external bool IsTileRequested(vector wPos);
41 proto external bool LoadTileIn(vector wPos);
49 proto external bool GetReachablePoint(vector originPoint, float distance, vector outPosition);
50}
51
float distance
proto external bool GetReachablePoint(vector originPoint, float distance, vector outPosition)
proto external bool IsTileRequested(vector wPos)
proto external bool IsTileValid(vector wPos)
proto external bool LoadTileIn(vector wPos)
NavmeshWorldComponentClass GenericComponentClass IsTileLoaded(vector wPos)