/
erlang.spawn
/
fallout2-ce
Обзор
Документация
Войти
/
erlang.spawn
/
fallout2-ce
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/mapper/map_edge_setup.h
22 строки
770 B
phobos2077
mapper: EDG angled edges (squareRect) editing
07 июн 2026, 00:27
07 июн 2026, 00:27
d12dbca
Код
Авторство
О чём код?
#ifndef MAPPER_MAP_EDGE_SETUP_H #define MAPPER_MAP_EDGE_SETUP_H namespace fallout { // Registers the iso-view overlay hook with the tile renderer. Call once at mapper init. void mapEdgeSetupInit(); // Opens the Map Edge Setup dialog to edit the current map's edge rects. // Edits the in-memory edge data; the disk write happens on the next map save. void mapEdgeSetupDialog(); // Opens the Map Angled Edge Setup dialog to edit the current elevation's squareRect/clipSides. // Edits the in-memory edge data; the disk write happens on the next map save. void mapEdgeSquareSetupDialog(); // Toggles the persistent edge-rects overlay shown over the iso view while editing. void mapEdgeSetupToggleOverlay(); } // namespace fallout #endif /* MAPPER_MAP_EDGE_SETUP_H */