Ballistica Logo

_baclassic module

A dummy stub module for the real _baclassic.

The real _baclassic is a compiled extension module and only available in the live engine. This dummy-module allows Pylint/Mypy/etc. to function reasonably well outside of that environment.

Make sure this file is never included in dirs seen by the engine!

In the future perhaps this can be a stub (.pyi) file, but we will need to make sure that it works with all our tools (mypy, pylint, pycharm).

NOTE: This file was autogenerated by batools.dummymodule; do not edit by hand.

_baclassic._uninferrable() Any[source]

Get an “Any” in mypy and “uninferrable” in Pylint.

_baclassic.classic_app_mode_activate() None[source]

(internal)

_baclassic.classic_app_mode_deactivate() None[source]

(internal)

_baclassic.classic_app_mode_handle_app_intent_default() None[source]

(internal)

_baclassic.classic_app_mode_handle_app_intent_exec(command: str) None[source]

(internal)

_baclassic.set_stress_testing(testing: bool, player_count: int, attract_mode: bool) None[source]

(internal)

_baclassic.value_test(arg: str, change: float | None = None, absolute: float | None = None) float[source]

(internal)