Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_CampaignBuildingAreaMeshComponentClass |
Functions | |
SCR_CampaignBuildingAreaMeshComponentClass SCR_TriggerAreaMeshComponentClass | Attribute ("10") |
override float | GetRadius () |
void | EnableFrameUpdateDuringEditor (bool val) |
bool | ShouldEnableFrameUpdateDuringEditor () |
SCR_CampaignBuildingAreaMeshComponentClass SCR_TriggerAreaMeshComponentClass Attribute | ( | "10" | ) |
Definition at line 8 of file SCR_CampaignBuildingAreaMeshComponent.c.
void EnableFrameUpdateDuringEditor | ( | bool | val | ) |
[in] | val |
Definition at line 33 of file SCR_CampaignBuildingAreaMeshComponent.c.
override float GetRadius | ( | ) |
Get radius of the area. To be overloaded by inherited classes.
Definition at line 21 of file SCR_CampaignBuildingAreaMeshComponent.c.
bool ShouldEnableFrameUpdateDuringEditor | ( | ) |
Definition at line 41 of file SCR_CampaignBuildingAreaMeshComponent.c.