From b61fc1b4c39061bfaefb4b96a26e2fdc8b7b35fa Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 11 Apr 2020 22:14:56 -0700 Subject: [PATCH] Syncing latest changes between public/private. --- assets/src/ba_data/python/_ba.py | 2 +- docs/ba_module.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/src/ba_data/python/_ba.py b/assets/src/ba_data/python/_ba.py index ada4d241..72b64097 100644 --- a/assets/src/ba_data/python/_ba.py +++ b/assets/src/ba_data/python/_ba.py @@ -34,7 +34,7 @@ NOTE: This file was autogenerated by gendummymodule; do not edit by hand. """ # (hash we can use to see if this file is out of date) -# SOURCES_HASH=106879997712807296258529817433289194930 +# SOURCES_HASH=135728830933937641289299751376699441762 # I'm sorry Pylint. I know this file saddens you. Be strong. # pylint: disable=useless-suppression diff --git a/docs/ba_module.md b/docs/ba_module.md index 42ce6af6..7ef4ae2d 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -1,5 +1,5 @@ -

last updated on 2020-04-10 for Ballistica version 1.5.0 build 20001

+

last updated on 2020-04-11 for Ballistica version 1.5.0 build 20001

This page documents the Python classes and functions in the 'ba' module, which are the ones most relevant to modding in Ballistica. If you come across something you feel should be included here or could be better explained, please let me know. Happy modding!