aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/game/plugins/hooks.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Lua/game/plugins/hooks.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lua/game/plugins/hooks.txt b/Lua/game/plugins/hooks.txt
new file mode 100644
index 00000000..a30bdc62
--- /dev/null
+++ b/Lua/game/plugins/hooks.txt
@@ -0,0 +1,4 @@
+this document lists all hooks that are available and created by usdx
+Usdx.LoadingFinished - called when all plugins are loaded, not breakable
+Display.PreDraw - called before a frame is Drawn - not breakable
+Display.Draw - called after a frame w/ screen is drawn. you can draw above screen here \ No newline at end of file