Merge pull request #450 from Azaezel/alpha40/playgui_onwake_callback

provides a general Playgui_onWake callback for modules
This commit is contained in:
Brian Roberts 2021-02-15 22:28:26 -06:00 committed by GitHub
commit bea11acc66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,8 @@ function PlayGui::onWake(%this)
schedule(0, 0, "refreshCenterTextCtrl");
if ( isFunction( "refreshBottomTextCtrl" ) )
schedule(0, 0, "refreshBottomTextCtrl");
callOnModules("Playgui_onWake");
}
function PlayGui::onSleep(%this)