Skip to content
Snippets Groups Projects

New intermission Hook for Y_Ticker

Merged SteelT requested to merge SteelT/Kart-Public:intermission-think into next

This branch adds a new hook that runs every tic during intermissions, allowing you to run any non-HUD related code during intermission. Works the same way as the ThinkFrame hook.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • I don't have the time to check this but I believe this did not previously happen because of the Lua garbage collector not running on thus screen, and want to offload the doublechecking onto you

  • Author Maintainer

    The Lua garbage collector is always running regardless of gamestate. According to @MonsterIestyn. lua_gc is called by LUA_Step, as long gL isn't null. And LUA_Step itself is called by D_SRB2Loop every frame.

  • merged

  • wolfs mentioned in commit 38770282

    mentioned in commit 38770282

Please register or sign in to reply
Loading