9 class SCR_QRFGroupConfig : ScriptAndConfig
17 [
Attribute(
"1", UIWidgets.Auto,
"Cost of spawning such QRF group")]
20 [
Attribute(
"-1", UIWidgets.Auto,
"How many times this QRF unit can be used until we will run out of them where -1 == unlimited")]
21 protected int m_iNumberOfAvailableGroups;
24 ResourceName GetGroupPrefabName()
44 return m_iNumberOfAvailableGroups;
50 m_iNumberOfAvailableGroups = newNumber;