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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
AI
ScriptedNodes
Debug
SCR_AIDecoProfiler.c
Generated by
1.8.17