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

◆ RulerAddPoint()

void PluginBase::RulerAddPoint ( )
inlineprivate

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

938 {
939 vector point_pos = GetMousePositionInScene();
940
941 m_RulerPoints.Insert( point_pos );
942
944 }
vector GetMousePositionInScene()
Определения PluginSceneManager.c:1263
ref array< vector > m_RulerPoints
Определения PluginSceneManager.c:9
void EditorUpdateRuler()
Определения PluginSceneManager.c:1242

Перекрестные ссылки EditorUpdateRuler(), GetMousePositionInScene() и m_RulerPoints.

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