From ffa41e0c3f53acc0e63c1dcf15bb41cf38635c9c Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 13 Apr 2020 17:33:18 -0700 Subject: [PATCH] Cleaned --- 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 72b64097..1415577c 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=135728830933937641289299751376699441762 +# SOURCES_HASH=241350184737746692924251670767321906026 # 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 be01a198..3c27e327 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -1,5 +1,5 @@ -

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

+

last updated on 2020-04-13 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!