Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DestructibleBuildingEntity Class Reference
Inheritance diagram for SCR_DestructibleBuildingEntity:
Building

Protected Attributes

ResourceName m_BuildingConfig

Detailed Description

Building switches between undamaged/damaged/destroyed states based on damage to regions and destruction If a region is only partially damaged, its damage is stored in a map (m_RegionDamage) that stores index and damage If a region is destroyed, it is stored in a bitmask array (m_RegionMask) If the entire building is destroyed, only a single bool is set (m_bDestroyed) This ensures a minimal amount of data is stored per building to handle destruction

Definition at line 47 of file SCR_DestructibleBuildingEntity.c.

Member Data Documentation

◆ m_BuildingConfig

ResourceName SCR_DestructibleBuildingEntity::m_BuildingConfig
protected

Definition at line 50 of file SCR_DestructibleBuildingEntity.c.


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