DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CreateMatrix()
static void CreateMatrix
(
vector
mat
[4]
)
static
См. определение в файле
EnDebug.c
строка
214
215
{
216
vector
org = mat[3];
217
int
flags =
ShapeFlags
.NOZWRITE|
ShapeFlags
.DOUBLESIDE|
ShapeFlags
.TRANSP|
ShapeFlags
.ONCE;
218
Create
(
ShapeType
.LINE, 0xffff0000, flags, org, mat[0] * 0.5 + org);
219
Create
(
ShapeType
.LINE, 0xff00ff00, flags, org, mat[1] * 0.5 + org);
220
Create
(
ShapeType
.LINE, 0xff0000ff, flags, org, mat[2] * 0.5 + org);
221
}
vector
Определения
EnConvert.c:106
Create
static proto native Shape Create(ShapeType type, int color, ShapeFlags flags, vector p1, vector p2)
ShapeType
ShapeType
Определения
EnDebug.c:116
ShapeFlags
ShapeFlags
Определения
EnDebug.c:126
Перекрестные ссылки
Create()
.
Debug Shape API definition
Создано системой
1.13.2