/
dieoska
/
ddnet
Обзор
Документация
Войти
/
dieoska
/
ddnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/engine/docs/server_op.txt
39 строк
514 B
Shereef Marzouk
General whitespace and tab cleanup
11 авг 2011, 12:59
11 авг 2011, 12:59
c6fd4a2
Код
Авторство
О чём код?
Title: Server Operation Section: Init Section: Running Here is an graph over how the server operates on each refresh. (start code) load map init mod while running if map change then load new map shutdown mod <mods_shutdown> reset clients to init state init mod <mods_init> end if if new tick then call <mods_tick> for each client do create snapshot <mods_snap> send snapshot end for end process new network messages end while unload map (end) Section: Reinit Section: Shutdown