Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDecoProfiler.c
Go to the documentation of this file.
2{
3 static override string GetOnHoverDescription() { return "Decorator used in external script profiler for profiling performance of trees."; }
4 static override bool VisibleInPalette() { return true; }
5
6 override bool TestFunction(AIAgent owner)
7 {
8 return true;
9 }
10}
override string GetOnHoverDescription()
override bool VisibleInPalette()