Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jan 2, 2025
1 parent 584bbe3 commit 13745e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-5">GameState Debugger</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-6">Matchmaker</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-7">Function Scanner</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Reflection System</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-8">Reflector</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-9">Style Editor</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-10">Terminal</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-11">Playlist Tracker</a></li>
Expand Down Expand Up @@ -2172,7 +2172,7 @@ <h4>Window Name: <code>scanner</code></h4>
</section>

<section class="docs-section" id="item-5-8">
<h2 class="section-heading">Reflection System</h2>
<h2 class="section-heading">Reflector</h2>
<h4>Window Name: <code>reflector</code></h4>
<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>

Expand Down

0 comments on commit 13745e0

Please sign in to comment.