| 
    Arma Reforger Script API
    
   | 
 
  
Public Member Functions | |
| bool | ContainPrefab (ResourceName res) | 
  Public Member Functions inherited from SCR_PlacingEditorComponentClass | |
| array< ref SCR_BaseEditorEffect > | GetEffectsPlaceStart () | 
| array< ref SCR_BaseEditorEffect > | GetEffectsPlaceConfirm () | 
| array< ref SCR_BaseEditorEffect > | GetEffectsPlaceCancel () | 
| ResourceName | GetPrefab (int index) | 
| int | GetPrefabID (ResourceName prefab) | 
| int | CountPrefabs () | 
| int | GetPrefabs (out notnull array< ResourceName > outPrefabs, bool onlyExposed=false) | 
| bool | HasPlacingFlag (EEditorPlacingFlags flag) | 
| ResourceName | GetTestPrefab () | 
| void | SCR_PlacingEditorComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource) | 
  Public Member Functions inherited from SCR_BaseEditorComponentClass | |
| array< ref SCR_BaseEditorEffect > | GetEffectsActivate () | 
| array< ref SCR_BaseEditorEffect > | GetEffectsDeactivate () | 
Protected Attributes | |
| ref array< ResourceName > | m_aClippingCheckIgnoredPrefabs | 
  Protected Attributes inherited from SCR_PlacingEditorComponentClass | |
| EEditorPlacingFlags | m_AllowedPlacingFlags | 
| ResourceName | m_TestPrefab | 
| ref array< ref SCR_PlaceableEntitiesRegistry > | m_Registries | 
| ref array< ref SCR_BaseEditorEffect > | m_EffectsPlaceStart | 
| ref array< ref SCR_BaseEditorEffect > | m_EffectsPlaceConfirm | 
| ref array< ref SCR_BaseEditorEffect > | m_EffectsPlaceCancel | 
| int | m_iPrefabCount | 
| ref array< int > | m_aIndexes = {} | 
Additional Inherited Members | |
  Static Public Member Functions inherited from SCR_BaseEditorComponentClass | |
| static SCR_BaseEditorComponentClass | GetInstance (TypeName type, bool showError) | 
| Get prefab data of local editor component instance attached on SCR_EditorManagerEntity or SCR_EditorModeEntity.   | |
| bool SCR_CampaignBuildingPlacingEditorComponentClass.ContainPrefab | ( | ResourceName | res | ) | 
      
  | 
  protected |