diff --git a/docs/ba_module.md b/docs/ba_module.md index 9d798d85..76b8d165 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -1,5 +1,5 @@ -
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!
inherits from: enum.Enum
+A reason for a death.
+ +Category: Enums +
+ +inherits from: typing.Generic
A dependency on a DependencyComponent (with an optional config).
@@ -1747,9 +1764,8 @@ Exception types on other errors).str
-The particular reason for death; 'fall', 'impact', 'leftGame', etc. -This can be examined for scoring or other purposes.
+DeathType
+The particular reason for death.
ba.DieMessage(immediate: 'bool' = False, how: 'str' = 'generic')
+ba.DieMessage(immediate: bool = False, how: DeathType = <DeathType.GENERIC: generic>)