Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_AIDecoProfiler.c
Go to the documentation of this file.
1
class
SCR_AIDecoProfiler
:
DecoratorScripted
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
}
DecoratorScripted
Definition
DecoratorScripted.c:13
DecoratorScripted::GetOnHoverDescription
override string GetOnHoverDescription()
Definition
DecoratorScripted.c:14
DecoratorScripted::VisibleInPalette
override bool VisibleInPalette()
Definition
DecoratorScripted.c:15
SCR_AIDecoProfiler
Definition
SCR_AIDecoProfiler.c:2
scripts
Game
AI
ScriptedNodes
Debug
SCR_AIDecoProfiler.c
Generated by
1.17.0