Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DestructionHeatmapEntry.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 int GetWeight();
15 proto external void SetWeight(int weight);
16 proto external EDestructionHeatmapCategory GetCategory();
17 proto external void SetCategory(EDestructionHeatmapCategory category);
18 proto external IEntity GetEntity();
19 proto external void SetEntity(IEntity ent);
20 proto external vector GetMins();
21 proto external vector GetMaxs();
22 proto external void SetBoundingBox(vector mins, vector maxs);
23 //Returns the weight this entry had during its last update
24 proto external int GetWeightOfLastUpdate();
25
26 // callbacks
27
28 //Called when the entry is being removed from the heatmap.
29 event void OnEntryRemoved();
30 //Called when the entry has changed its values and might require an update
31 event void OnUpdate();
32 event void OnDiag();
33}
34
override void OnUpdate()
IEntity GetEntity()