Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DecoratorScripted.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
DecoratorScripted
:
Decorator
13
{
14
static
protected
override
string
GetOnHoverDescription
() {
return
"Decorator Scripted: Allows creating scripted decorators"
; }
15
static
protected
override
bool
VisibleInPalette
() {
return
true
; }
16
17
event
protected
bool
TestFunction
(AIAgent owner);
18
event
protected
void
OnInit
(AIAgent owner);
19
event
protected
string
GetNodeMiddleText
();
20
}
21
Decorator
Definition
Decorator.c:13
DecoratorScripted
Definition
DecoratorScripted.c:13
DecoratorScripted::GetOnHoverDescription
override string GetOnHoverDescription()
Definition
DecoratorScripted.c:14
DecoratorScripted::VisibleInPalette
override bool VisibleInPalette()
Definition
DecoratorScripted.c:15
DecoratorScripted::TestFunction
bool TestFunction(AIAgent owner)
DecoratorScripted::GetNodeMiddleText
string GetNodeMiddleText()
DecoratorScripted::OnInit
void OnInit(AIAgent owner)
scripts
Game
generated
AI
DecoratorScripted.c
Generated by
1.17.0