11     [
Attribute(defvalue: 
"1", 
desc: 
"Multiplicator of camera height")]
 
   12     protected float m_fHeightMultiplicator;
 
   14     [
Attribute(defvalue: 
"1", 
desc: 
"Multiplicator of camera range")]
 
   15     protected float m_fRangeMultiplicator;
 
   18     override bool EOnCameraInit()
 
   32         SCR_CampaignBuildingEditorComponent buildingComponent = SCR_CampaignBuildingEditorComponent.Cast(modeEntity.FindComponent(SCR_CampaignBuildingEditorComponent));
 
   33         if (!buildingComponent)
 
   40         m_fRadius = areaTrigger.GetSphereRadius() * m_fRangeMultiplicator;
 
   41         m_fHeightMinor = areaTrigger.GetSphereRadius() * m_fHeightMultiplicator;
 
   42         super.EOnCameraInit();