1,158
edits
(fix formatting) |
No edit summary |
||
Line 51: | Line 51: | ||
* "Bloody Moon end reserve timer" is set to 0.(這個計時器不是用來倒數血月何時出現的那個,下面會詳述。) | * "Bloody Moon end reserve timer" is set to 0.(這個計時器不是用來倒數血月何時出現的那個,下面會詳述。) | ||
=== TimeMgr::reset === | |||
This is called whenever a stage is unloaded (essentially every time the loading screen is shown). 意思是凡是讀檔就會呼叫這個函數。 | This is called whenever a stage is unloaded (essentially every time the loading screen is shown). 意思是凡是讀檔就會呼叫這個函數。 | ||
* | * 血月相關檢查會被延後。 | ||
* | * 山林霸主的 flag 會被設為 false,意思是不要出現。 | ||
=== TimeMgr::calc === | === TimeMgr::calc === |