Arma Reforger Script API
Loading...
Searching...
No Matches
DestructionHeatmapEntry Interface Reference
Inheritance diagram for DestructionHeatmapEntry:
SCR_DestructionHeatmapEntry

Public Member Functions

proto external int GetWeight ()
 
proto external void SetWeight (int weight)
 
proto external EDestructionHeatmapCategory GetCategory ()
 
proto external void SetCategory (EDestructionHeatmapCategory category)
 
proto external IEntity GetEntity ()
 
proto external void SetEntity (IEntity ent)
 
proto external vector GetMins ()
 
proto external vector GetMaxs ()
 
proto external void SetBoundingBox (vector mins, vector maxs)
 
proto external int GetWeightOfLastUpdate ()
 
void OnEntryRemoved ()
 
void OnUpdate ()
 
void OnDiag ()
 

Member Function Documentation

◆ GetCategory()

proto external EDestructionHeatmapCategory DestructionHeatmapEntry.GetCategory ( )

◆ GetEntity()

proto external IEntity DestructionHeatmapEntry.GetEntity ( )

◆ GetMaxs()

proto external vector DestructionHeatmapEntry.GetMaxs ( )

◆ GetMins()

proto external vector DestructionHeatmapEntry.GetMins ( )

◆ GetWeight()

proto external int DestructionHeatmapEntry.GetWeight ( )

◆ GetWeightOfLastUpdate()

proto external int DestructionHeatmapEntry.GetWeightOfLastUpdate ( )

◆ OnDiag()

void DestructionHeatmapEntry.OnDiag ( )

Implemented in SCR_DestructionHeatmapEntry.

◆ OnEntryRemoved()

void DestructionHeatmapEntry.OnEntryRemoved ( )

◆ OnUpdate()

void DestructionHeatmapEntry.OnUpdate ( )

◆ SetBoundingBox()

proto external void DestructionHeatmapEntry.SetBoundingBox ( vector mins,
vector maxs )

◆ SetCategory()

proto external void DestructionHeatmapEntry.SetCategory ( EDestructionHeatmapCategory category)

◆ SetEntity()

proto external void DestructionHeatmapEntry.SetEntity ( IEntity ent)

◆ SetWeight()

proto external void DestructionHeatmapEntry.SetWeight ( int weight)

The documentation for this interface was generated from the following file: