Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseSelectionMenu.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 proto external void Update(IEntity owner, float timeSlice);
17 proto external void Open(IEntity owner);
19 proto external void Close(IEntity owner);
21 proto external bool IsOpen();
23 proto external void ClearEntries();
25 proto external void AddEntry(BaseSelectionMenuEntry entry);
27 proto external void RemoveEntry(BaseSelectionMenuEntry entry);
29 proto external bool ContainsEntry(BaseSelectionMenuEntry entry);
31 proto external int GetEntriesCount();
34 proto external int GetEntryList(out notnull array<BaseSelectionMenuEntry> outActions);
35}
36
proto native void Close()
proto native bool IsOpen()