Skip to content

Commit 094d08e

Browse files
author
GitHub Action
committed
Deployed 79b7041 with MkDocs version: 1.6.1
1 parent 466c00d commit 094d08e

File tree

4 files changed

+260
-256
lines changed

4 files changed

+260
-256
lines changed

enums/ModCallbacks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19564,6 +19564,10 @@ <h3 class="copyable" id="mc_pre_m_morph_active">MC_PRE_M_MORPH_ACTIVE<a class="h
1956419564
</table>
1956519565
<h3 class="copyable" id="mc_pre_new_room">MC_PRE_NEW_ROOM<a class="headerlink" href="#mc_pre_new_room" title="Permanent link">⚓︎</a></h3>
1956619566
<p>Accepts no return parameters.</p>
19567+
<details class="warning" open="open">
19568+
<summary>Warning</summary>
19569+
<p>While this provides a Room object, and the room object is perfectly fine, the callback fires BEFORE THE ROOM IS FULLY INITIALIZED, so operations surrounding the Room object stuff should be considered unstable and unreliable, used at your own discretion, some seemindly friendly functions like GetCenterPos are already known to cause problems when used within this callback, so, again, try to move Room object stuff to other callbacks that happen after this one.</p>
19570+
</details>
1956719571
<table>
1956819572
<thead>
1956919573
<tr>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)