Skip to content

Commit 13745e0

Browse files
committed
Initial Commit
1 parent 584bbe3 commit 13745e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-5">GameState Debugger</a></li>
8585
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-6">Matchmaker</a></li>
8686
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-7">Function Scanner</a></li>
87-
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Reflection System</a></li>
87+
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Reflector</a></li>
8888
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-9">Style Editor</a></li>
8989
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-10">Terminal</a></li>
9090
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-11">Playlist Tracker</a></li>
@@ -2172,7 +2172,7 @@ <h4>Window Name: <code>scanner</code></h4>
21722172
</section>
21732173

21742174
<section class="docs-section" id="item-5-8">
2175-
<h2 class="section-heading">Reflection System</h2>
2175+
<h2 class="section-heading">Reflector</h2>
21762176
<h4>Window Name: <code>reflector</code></h4>
21772177
<p>The reflector is a powerful tool that lets you search for object instances and view their property values in real time, it lets you see how the games internal reflection system works related to properties and classes. To prevent abuse, this tool is view only and you cannot modify their values or see what addresses the properties are at.</p>
21782178

0 commit comments

Comments
 (0)