The menus have such a nice pause I feel like there is scripting attached to it I should be able to use but I can't seem to find it.
Thanks!
The default Pause/Options/Save/Load menus pause the game automatically, because their Pause game when enabled? property is checked.
To pause the game manually through script, you can use the EnforcePauseMode property:
AC.KickStarter.stateHandler.EnforcePauseMode = true;
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The default Pause/Options/Save/Load menus pause the game automatically, because their Pause game when enabled? property is checked.
To pause the game manually through script, you can use the EnforcePauseMode property: