if ( !m_IsGameFullyLoaded && *( bool* ) 0xA444A0 ) {
m_IsGameFullyLoaded = true;
}
The boolean located at 0xA444A0 returns true once the HUD is enabled but reading it at the loading will return false until the game finishes the loading. It could be used to prevent some crashes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.