Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс Selection

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

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

void Selection ()
 
void ~Selection ()
 
proto native owned string GetName ()
 
proto native int GetVertexCount ()
 
proto native int GetLODVertexIndex (int sel_vertex_index)
 
vector GetVertexPosition (LOD lod, int index)
 

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

Selection class.

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

◆ Selection()

void Selection ( )
inlineprivate
180{}

◆ ~Selection()

void ~Selection ( )
inlineprivate
181{}

Методы

◆ GetLODVertexIndex()

proto native int GetLODVertexIndex ( int sel_vertex_index)
private

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

◆ GetName()

proto native owned string GetName ( )
private

◆ GetVertexCount()

proto native int GetVertexCount ( )
private

◆ GetVertexPosition()

vector GetVertexPosition ( LOD lod,
int index )
inlineprivate
188 {
190 if (lodIndex == -1)
191 {
192 Error("Vertex doesn't exist");
193 return vector.Zero;
194 }
195
196 return lod.GetVertexPosition(lodIndex);
197 }
Definition EntityAI.c:95
proto native int GetLODVertexIndex(int sel_vertex_index)
Definition EnConvert.c:106
static const vector Zero
Definition EnConvert.c:110
void Error(string err)
Messagebox with error message.
Definition EnDebug.c:90

Перекрестные ссылки Error(), GetLODVertexIndex() и vector::Zero.


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