Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseInfoDisplay.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class BaseInfoDisplay: ScriptAndConfig
13 {
14  proto external GenericComponent FindComponentInParentContainer(typename typeName);
15 
16  // callbacks
17 
18  event protected void OnInit(IEntity owner);
19  event protected void UpdateValues(IEntity owner, float timeSlice);
20  event protected void OnStartDraw(IEntity owner);
21  event protected void OnStopDraw(IEntity owner);
22 }
23 
BaseInfoDisplay
Definition: BaseInfoDisplay.c:12