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

◆ ConfigGetType()

proto native int CGame::ConfigGetType ( string path)
private

Returns type of config value.

Аргументы
pathof value, classes are delimited by empty space. You can specify config file by using "configFile" or "missionConfigFile" as a first class name.
Возвращает
one of constants CT_INT, CT_FLOAT, CT_STRING, CT_ARRAY, CT_CLASS, CT_OTHER

Перекрестные ссылки path.

Используется в PluginBase::ContainsFirstClass(), PluginBase::GetConfigRecursive() и InventoryItem::LoadParticleConfigOnOverheating().