From 9c5d209749fc44394c204ec31c1fcd4ab51ca812 Mon Sep 17 00:00:00 2001
From: Eric Froemling
on_app_launch(self) -> None
Called when the app is being launched.
+on_app_pause(self) -> None
+ +Сalled after pausing game activity.
+ +on_app_resume(self) -> None
+ +Called after the game continues.
+ +on_app_shutdown(self) -> None
+ +Called before closing the application.
+ba.PluginSubsystem()
@@ -4824,6 +4843,24 @@ the type-checker properly identifies the returned value as one.Should be called at app launch time.
+on_app_pause(self) -> None
+ +Called when the app goes to a suspended state.
+ +on_app_resume(self) -> None
+ +Run when the app resumes from a suspended state.
+ +on_app_shutdown(self) -> None
+ +Called when the app is being closed.
+