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

LOD class. Подробнее...

Закрытые члены

void LOD ()
 
void ~LOD ()
 
proto native int GetSelectionCount ()
 
proto native bool GetSelections (notnull out array< Selection > selections)
 
proto native vector GetVertexPosition (int vertex_index)
 
proto native owned string GetName (Object myObject)
 
Selection GetSelectionByName (string name)
 
proto native int GetPropertyCount ()
 
proto native owned string GetPropertyName (int index)
 
proto native owned string GetPropertyValue (int index)
 

Закрытые статические данные

static const string NAME_GEOMETRY = "geometry"
 
static const string NAME_VIEW = "view"
 
static const string NAME_FIRE = "fire"
 
static const string NAME_MEMORY = "memory"
 
static const string NAME_ROADWAY = "roadway"
 

Подробное описание

LOD class.

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