Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseInfoDisplay.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
void OnStartDraw(IEntity owner)
void OnStopDraw(IEntity owner)
void UpdateValues(IEntity owner, float timeSlice)
void OnInit(IEntity owner)