Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_PrefabsCategory Interface Reference

Categories of prefabs and/or nested categories of prefabs. More...

Inheritance diagram for SCR_PrefabsCategory:
SCR_BasePrefabCategory

Public Member Functions

override void Spawn (int numberOfPrefabsToSpawn, SCR_PrefabsSpawner prefabsSpawner)
 Interface for spawning prefabs, used in SCR_BasePrefabCategory Subclasses.
 
- Public Member Functions inherited from SCR_BasePrefabCategory
int GetRatio ()
 

Protected Attributes

string m_sName
 
ref array< ref SCR_BasePrefabCategorym_aPrefabsCategories
 
- Protected Attributes inherited from SCR_BasePrefabCategory
int m_iRatio
 

Detailed Description

Categories of prefabs and/or nested categories of prefabs.

Member Function Documentation

◆ Spawn()

override void SCR_PrefabsCategory.Spawn ( int numberOfPrefabsToSpawn,
SCR_PrefabsSpawner prefabsSpawner )

Interface for spawning prefabs, used in SCR_BasePrefabCategory Subclasses.

Parameters
[in]numberOfPrefabsToSpawn
[in]prefabsSpawner

Implements SCR_BasePrefabCategory.

Member Data Documentation

◆ m_aPrefabsCategories

ref array<ref SCR_BasePrefabCategory> SCR_PrefabsCategory.m_aPrefabsCategories
protected

◆ m_sName

string SCR_PrefabsCategory.m_sName
protected

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