Skip to content

PreTryRunTics and PostTryRunTics hooks

ChaoLoveIceMDBoy requested to merge chaoloveicemdboy/SRB2:runtic-hooks into next

The PreTryRunTics hook executes before TryRunTics, while the PostTryRunTics hook executes after TryRunTics. Both of these hooks were designed to run even when there is input lag and the local player is synching. It is recommended to use these hooks to run local code.

Test files: srb2_tryrunticshookstest.exe TryRunTicsHooksTest.lua

Edited by ChaoLoveIceMDBoy

Merge request reports