{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}

Load Classes and Methods 🎯... and then HOOK everything ⚓️


1


2


3


4

Insert a Filter
(optional)
NOTE: Hooking more than 500 classes or complex classes can easily crash the app. Use a filter if you receive an error! 😉


Classes

Use the search bar below to quickly filter results:


{% for class_name in loaded_classes %} {% endfor %}
index classes methods
[{{ loop.index0 }}]
{{class_name}}
{% for method_name in loaded_methods[class_name] %}{{method_name["ui_name"]}};
{% endfor %}
{% include 't_js_script.html' %}