Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptedSelectionMenu.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 event protected void OnOpen(IEntity owner);
17 event protected void OnClose(IEntity owner);
20 event protected void OnUpdate(IEntity owner, float timeSlice);
21}
22
void OnUpdate(IEntity owner, float timeSlice)
void OnOpen(IEntity owner)
Callback when open is requested.
void OnClose(IEntity owner)
Callback when close is requested.