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