![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_UIInfo | GetHomeTerritoryUIInfo (int index) |
| int | GetRandomHomeTerritoryIndex (RandomGenerator randomizer=null, bool useWeightedRandom=true) |
| float | GetSharedPlaceOfBirthWeight () |
| void | SCR_FactionHomeTerritoryConfig () |
Protected Attributes | |
| ref array< ref SCR_FactionHomeTerritory > | m_aFactionHomeTerritories |
| float | m_fSharedPlaceOfBirthWeight |
| int | m_iTotalWeight |
Definition at line 2 of file SCR_FactionHomeTerritoryConfig.c.
|
inlineprotected |
Definition at line 81 of file SCR_FactionHomeTerritoryConfig.c.
|
inlineprotected |
Get UI info of place of birth
| [in] | useWeightedRandom | if true it will randomize the entries with the given weight |
Definition at line 17 of file SCR_FactionHomeTerritoryConfig.c.
|
inlineprotected |
Get random place of birth index of faction using random Generator
| [in] | random | Generator. Set null it should not use Generator |
| [in] | useWeightedRandom | if true it will randomize the entries with the given weight |
Definition at line 30 of file SCR_FactionHomeTerritoryConfig.c.
|
inlineprotected |
Get percentage of AI group members sharing the same place of birth
Definition at line 75 of file SCR_FactionHomeTerritoryConfig.c.
|
protected |
Definition at line 5 of file SCR_FactionHomeTerritoryConfig.c.
|
protected |
Definition at line 8 of file SCR_FactionHomeTerritoryConfig.c.
|
protected |
Definition at line 11 of file SCR_FactionHomeTerritoryConfig.c.