diff --git a/docs/ba_module.md b/docs/ba_module.md index 846f8329..4f09ec43 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -653,7 +653,17 @@ likely result in errors.

Attributes:

-
build_number, config, config_file_path, debug_build, interface_type, language, locale, on_tv, platform, subplatform, system_scripts_directory, test_build, ui_bounds, user_agent_string, user_scripts_directory, version, vr_mode
+
api_version, build_number, config, config_file_path, debug_build, interface_type, language, locale, on_tv, platform, subplatform, system_scripts_directory, test_build, ui_bounds, user_agent_string, user_scripts_directory, version, vr_mode
+

api_version

+

int

+

The game's api version.

+ +

Only python modules and packages associated with the current api + version will be detected by the game (see the ba_meta tag). This + value will change whenever backward-incompatible changes are + introduced to game apis; when that happens, scripts should be updated + accordingly and set to target the new api.

+

build_number

int

Integer build number.