DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ LoadBillboardConfigs()

bool BillboardSetHandler::LoadBillboardConfigs ( )
inlineprotected

См. определение в файле BillboardSet.c строка 27

28 {
29 m_BillboardSets = new array<ref BillboardSet>();
30
31 int setCount = g_Game.ConfigGetChildrenCount(ROOT_CLASS);
32
33 for (int setIndex = 0; setIndex < setCount; setIndex++)
34 {
35 string setName;
36 GetGame().ConfigGetChildName(ROOT_CLASS, setIndex, setName);
37 string path = ROOT_CLASS + " " + setName;
39 }
40
41 return true;
42 }
void BillboardSet(string path)
Определения BillboardSet.c:80
DayZGame g_Game
Определения DayZGame.c:3868
string path
Определения OptionSelectorMultistate.c:142
static const string ROOT_CLASS
Определения BillboardSet.c:5
ref array< ref BillboardSet > m_BillboardSets
Определения BillboardSet.c:4
proto bool ConfigGetChildName(string path, int index, out string name)
Get name of subclass in config class on path.
proto native CGame GetGame()

Перекрестные ссылки BillboardSet(), CGame::ConfigGetChildName(), g_Game, GetGame(), m_BillboardSets, path и ROOT_CLASS.

Используется в OnRPCIndex().