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

◆ Gizmo_SetWorldTransform()

void IEntity::Gizmo_SetWorldTransform ( vector transform[4],
bool finalize )
inlineprivate

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

1421 {
1422 SetPosition(transform[3]);
1423 SetDirection(transform[2]);
1424
1425 SetTransform(transform);
1426
1427 // TODO: RPC or something when finalize == true to send the new transform to the server, don't forget to make 'Gizmo_IsSupported' return true
1428 }
proto native void SetDirection(vector vPos)
Set direction of object.
proto native void SetPosition(vector vPos)
Set position.
proto native external void SetTransform(vector mat[4])
Sets entity transformation.

Перекрестные ссылки SetDirection(), SetPosition() и SetTransform().