Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DecoratorScripted.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
override string GetOnHoverDescription()
override bool VisibleInPalette()
bool TestFunction(AIAgent owner)
string GetNodeMiddleText()
void OnInit(AIAgent owner)