Dayz 1.25
Dayz Code 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.

Конструктор(ы)

◆ LOD()

void LOD ( )
inlineprivate
211{}

◆ ~LOD()

void ~LOD ( )
inlineprivate
212{}

Методы

◆ GetName()

proto native owned string GetName ( Object myObject)
private

◆ GetPropertyCount()

proto native int GetPropertyCount ( )
private

◆ GetPropertyName()

proto native owned string GetPropertyName ( int index)
private

◆ GetPropertyValue()

proto native owned string GetPropertyValue ( int index)
private

◆ GetSelectionByName()

Selection GetSelectionByName ( string name)
inlineprivate
222 {
225
226 for (int i = 0; i < selections.Count(); ++i)
227 {
228 string selection_name = selections.Get(i).GetName();
229 selection_name.ToLower();
230 name.ToLower();
231 if (selection_name == name)
232 {
233 return selections.Get(i);
234 }
235 }
236
237 return null;
238 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
proto native bool GetSelections(notnull out array< Selection > selections)
Definition EntityAI.c:95

Перекрестные ссылки GetSelections() и name.

◆ GetSelectionCount()

proto native int GetSelectionCount ( )
private

◆ GetSelections()

proto native bool GetSelections ( notnull out array< Selection > selections)
private

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

◆ GetVertexPosition()

proto native vector GetVertexPosition ( int vertex_index)
private

Поля

◆ NAME_FIRE

const string NAME_FIRE = "fire"
staticprivate

◆ NAME_GEOMETRY

const string NAME_GEOMETRY = "geometry"
staticprivate

◆ NAME_MEMORY

const string NAME_MEMORY = "memory"
staticprivate

Используется в ActionTargetsCursor::GetOnScreenPosition().

◆ NAME_ROADWAY

const string NAME_ROADWAY = "roadway"
staticprivate

◆ NAME_VIEW


Объявления и описания членов класса находятся в файле: