Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseScriptedSelectionMenuEntry.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 event bool CanBeShownScript(IEntity user, BaseSelectionMenu sourceMenu);
17 event bool CanBePerformedScript(IEntity user, BaseSelectionMenu sourceMenu);
19 event void OnPerform(IEntity user, BaseSelectionMenu sourceMenu);
22 event bool GetEntryNameScript(out string outName);
25 event bool GetEntryDescriptionScript(out string outDescription);
28 event bool GetEntryIconPathScript(out string outIconPath);
30 event UIInfo GetUIInfoScript();
31}
32
UIInfo - allows to define UI elements.
Definition UIInfo.c:14