rlbot-flatbuffers 0.14.7__cp310-abi3-win_amd64.whl → 0.15.0__cp310-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ __version__: str
8
8
  class InvalidFlatbuffer(ValueError): ...
9
9
 
10
10
  class AerialGoalScoreMutator:
11
- Default = AerialGoalScoreMutator(0)
11
+ One = AerialGoalScoreMutator(0)
12
12
  Zero = AerialGoalScoreMutator(1)
13
13
  Two = AerialGoalScoreMutator(2)
14
14
  Three = AerialGoalScoreMutator(3)
@@ -66,7 +66,7 @@ class AirState:
66
66
  def __repr__(self) -> str: ...
67
67
 
68
68
  class AssistGoalScoreMutator:
69
- Default = AssistGoalScoreMutator(0)
69
+ Zero = AssistGoalScoreMutator(0)
70
70
  One = AssistGoalScoreMutator(1)
71
71
  Two = AssistGoalScoreMutator(2)
72
72
  Three = AssistGoalScoreMutator(3)
@@ -1017,7 +1017,7 @@ class DemolishMutator:
1017
1017
  def __repr__(self) -> str: ...
1018
1018
 
1019
1019
  class DemolishScoreMutator:
1020
- Default = DemolishScoreMutator(0)
1020
+ Zero = DemolishScoreMutator(0)
1021
1021
  One = DemolishScoreMutator(1)
1022
1022
  Two = DemolishScoreMutator(2)
1023
1023
  Three = DemolishScoreMutator(3)
@@ -1283,7 +1283,7 @@ class DesiredPhysics:
1283
1283
  def __repr__(self) -> str: ...
1284
1284
 
1285
1285
  class DodgeTimerMutator:
1286
- Default = DodgeTimerMutator(0)
1286
+ OnePointTwentyFiveSeconds = DodgeTimerMutator(0)
1287
1287
  TwoSeconds = DodgeTimerMutator(1)
1288
1288
  ThreeSeconds = DodgeTimerMutator(2)
1289
1289
  Unlimited = DodgeTimerMutator(3)
@@ -2199,7 +2199,7 @@ class MatchPhase:
2199
2199
  def __repr__(self) -> str: ...
2200
2200
 
2201
2201
  class MaxScoreMutator:
2202
- Default = MaxScoreMutator(0)
2202
+ Unlimited = MaxScoreMutator(0)
2203
2203
  OneGoal = MaxScoreMutator(1)
2204
2204
  ThreeGoals = MaxScoreMutator(2)
2205
2205
  FiveGoals = MaxScoreMutator(3)
@@ -2214,7 +2214,6 @@ class MaxScoreMutator:
2214
2214
  EightyGoals = MaxScoreMutator(12)
2215
2215
  NinetyGoals = MaxScoreMutator(13)
2216
2216
  HundredGoals = MaxScoreMutator(14)
2217
- Unlimited = MaxScoreMutator(15)
2218
2217
 
2219
2218
  def __new__(cls, value: int = 0): ...
2220
2219
  def __init__(self, value: int = 0):
@@ -2228,7 +2227,7 @@ class MaxScoreMutator:
2228
2227
  def __repr__(self) -> str: ...
2229
2228
 
2230
2229
  class MaxTimeMutator:
2231
- Default = MaxTimeMutator(0)
2230
+ Unlimited = MaxTimeMutator(0)
2232
2231
  ElevenMinutes = MaxTimeMutator(1)
2233
2232
 
2234
2233
  def __new__(cls, value: int = 0): ...
@@ -2512,7 +2511,7 @@ class MutatorSettings:
2512
2511
  def __repr__(self) -> str: ...
2513
2512
 
2514
2513
  class NormalGoalScoreMutator:
2515
- Default = NormalGoalScoreMutator(0)
2514
+ One = NormalGoalScoreMutator(0)
2516
2515
  Zero = NormalGoalScoreMutator(1)
2517
2516
  Two = NormalGoalScoreMutator(2)
2518
2517
  Three = NormalGoalScoreMutator(3)
@@ -2798,9 +2797,9 @@ class PlayerInfo:
2798
2797
  """
2799
2798
  The team of the player.
2800
2799
  """
2801
- boost: int
2800
+ boost: float
2802
2801
  """
2803
- The current boost.
2802
+ The current boost, from 0 to 100.
2804
2803
  """
2805
2804
  spawn_id: int
2806
2805
  """
@@ -2888,7 +2887,7 @@ class PlayerInfo:
2888
2887
  is_bot: bool = False,
2889
2888
  name: str = "",
2890
2889
  team: int = 0,
2891
- boost: int = 0,
2890
+ boost: float = 0,
2892
2891
  spawn_id: int = 0,
2893
2892
  accolades: Sequence[str] = [],
2894
2893
  last_input: ControllerState = ControllerState(),
@@ -2912,7 +2911,7 @@ class PlayerInfo:
2912
2911
  is_bot: bool = False,
2913
2912
  name: str = "",
2914
2913
  team: int = 0,
2915
- boost: int = 0,
2914
+ boost: float = 0,
2916
2915
  spawn_id: int = 0,
2917
2916
  accolades: Sequence[str] = [],
2918
2917
  last_input: ControllerState = ControllerState(),
@@ -3135,7 +3134,7 @@ class PolyLine3D:
3135
3134
  def __repr__(self) -> str: ...
3136
3135
 
3137
3136
  class PossessionScoreMutator:
3138
- Default = PossessionScoreMutator(0)
3137
+ Off = PossessionScoreMutator(0)
3139
3138
  OneSecond = PossessionScoreMutator(1)
3140
3139
  TwoSeconds = PossessionScoreMutator(2)
3141
3140
  ThreeSeconds = PossessionScoreMutator(3)
@@ -3273,9 +3272,13 @@ class Rect2D:
3273
3272
  """
3274
3273
  Color of the rectangle.
3275
3274
  """
3276
- centered: bool
3275
+ h_align: TextHAlign
3276
+ """
3277
+ The horizontal alignment of the rectangle.
3278
+ """
3279
+ v_align: TextVAlign
3277
3280
  """
3278
- Whether the rectangle centered at (x,y). Otherwise, (x,y) is the top left of the rectangle.
3281
+ The vertical alignment of the rectangle.
3279
3282
  """
3280
3283
 
3281
3284
  __match_args__ = (
@@ -3284,7 +3287,8 @@ class Rect2D:
3284
3287
  "width",
3285
3288
  "height",
3286
3289
  "color",
3287
- "centered",
3290
+ "h_align",
3291
+ "v_align",
3288
3292
  )
3289
3293
 
3290
3294
  def __new__(
@@ -3294,7 +3298,8 @@ class Rect2D:
3294
3298
  width: float = 0,
3295
3299
  height: float = 0,
3296
3300
  color: Color = Color(),
3297
- centered: bool = False,
3301
+ h_align: TextHAlign = TextHAlign(),
3302
+ v_align: TextVAlign = TextVAlign(),
3298
3303
  ): ...
3299
3304
  def __init__(
3300
3305
  self,
@@ -3303,7 +3308,8 @@ class Rect2D:
3303
3308
  width: float = 0,
3304
3309
  height: float = 0,
3305
3310
  color: Color = Color(),
3306
- centered: bool = False,
3311
+ h_align: TextHAlign = TextHAlign(),
3312
+ v_align: TextVAlign = TextVAlign(),
3307
3313
  ): ...
3308
3314
  def pack(self) -> bytes:
3309
3315
  """
@@ -3346,12 +3352,22 @@ class Rect3D:
3346
3352
  """
3347
3353
  The color of the rectangle.
3348
3354
  """
3355
+ h_align: TextHAlign
3356
+ """
3357
+ The horizontal alignment of the anchor in the rectangle.
3358
+ """
3359
+ v_align: TextVAlign
3360
+ """
3361
+ The vertical alignment of the anchor in the rectangle.
3362
+ """
3349
3363
 
3350
3364
  __match_args__ = (
3351
3365
  "anchor",
3352
3366
  "width",
3353
3367
  "height",
3354
3368
  "color",
3369
+ "h_align",
3370
+ "v_align",
3355
3371
  )
3356
3372
 
3357
3373
  def __new__(
@@ -3360,6 +3376,8 @@ class Rect3D:
3360
3376
  width: float = 0,
3361
3377
  height: float = 0,
3362
3378
  color: Color = Color(),
3379
+ h_align: TextHAlign = TextHAlign(),
3380
+ v_align: TextVAlign = TextVAlign(),
3363
3381
  ): ...
3364
3382
  def __init__(
3365
3383
  self,
@@ -3367,6 +3385,8 @@ class Rect3D:
3367
3385
  width: float = 0,
3368
3386
  height: float = 0,
3369
3387
  color: Color = Color(),
3388
+ h_align: TextHAlign = TextHAlign(),
3389
+ v_align: TextVAlign = TextVAlign(),
3370
3390
  ): ...
3371
3391
  def pack(self) -> bytes:
3372
3392
  """
@@ -3713,7 +3733,7 @@ class RotatorPartial:
3713
3733
  def __repr__(self) -> str: ...
3714
3734
 
3715
3735
  class RumbleMutator:
3716
- NoRumble = RumbleMutator(0)
3736
+ Off = RumbleMutator(0)
3717
3737
  DefaultRumble = RumbleMutator(1)
3718
3738
  Slow = RumbleMutator(2)
3719
3739
  Civilized = RumbleMutator(3)
@@ -3978,7 +3998,7 @@ class SphereShape:
3978
3998
  def __repr__(self) -> str: ...
3979
3999
 
3980
4000
  class StaleBallMutator:
3981
- Default = StaleBallMutator(0)
4001
+ Unlimited = StaleBallMutator(0)
3982
4002
  ThirtySeconds = StaleBallMutator(1)
3983
4003
 
3984
4004
  def __new__(cls, value: int = 0): ...
@@ -4288,7 +4308,7 @@ class TeamInfo:
4288
4308
  def __repr__(self) -> str: ...
4289
4309
 
4290
4310
  class TerritoryMutator:
4291
- Default = TerritoryMutator(0)
4311
+ Off = TerritoryMutator(0)
4292
4312
  Territory = TerritoryMutator(1)
4293
4313
 
4294
4314
  def __new__(cls, value: int = 0): ...
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlbot_flatbuffers
3
- Version: 0.14.7
3
+ Version: 0.15.0
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -0,0 +1,8 @@
1
+ rlbot_flatbuffers-0.15.0.dist-info/METADATA,sha256=OamScSBiyiOE9jDqtiIf4ejgiYNFbtZdRO1d5HzXL9M,3912
2
+ rlbot_flatbuffers-0.15.0.dist-info/WHEEL,sha256=GbZa854Nd4wq8FJ_cHwge55xWx0Hgf1aqY1IVa8I2To,95
3
+ rlbot_flatbuffers-0.15.0.dist-info/licenses/LICENSE,sha256=hyTFOPxHzy3qK-7kU1pXAMJ9lq2oeyrrhmM22ZIGr2k,1091
4
+ rlbot_flatbuffers/__init__.py,sha256=F5P4NTZrdoi0sGDYYT6KtaLKKZUcSOR_hW0vFAaFmhk,151
5
+ rlbot_flatbuffers/__init__.pyi,sha256=EEoqs7ruPuIlbz94hZo1KFwMdYm3i_q47prkEnv0Ngo,125802
6
+ rlbot_flatbuffers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ rlbot_flatbuffers/rlbot_flatbuffers.pyd,sha256=fr7gyiYlbbI7lKufjYVt6Htb2IRky2abgEveFj63b1c,2060288
8
+ rlbot_flatbuffers-0.15.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- rlbot_flatbuffers-0.14.7.dist-info/METADATA,sha256=tBadcpt0IpBE3DPh2rQBtCznW8Gtk8vCi37Dl4gJNDo,3912
2
- rlbot_flatbuffers-0.14.7.dist-info/WHEEL,sha256=GbZa854Nd4wq8FJ_cHwge55xWx0Hgf1aqY1IVa8I2To,95
3
- rlbot_flatbuffers-0.14.7.dist-info/licenses/LICENSE,sha256=hyTFOPxHzy3qK-7kU1pXAMJ9lq2oeyrrhmM22ZIGr2k,1091
4
- rlbot_flatbuffers/__init__.py,sha256=F5P4NTZrdoi0sGDYYT6KtaLKKZUcSOR_hW0vFAaFmhk,151
5
- rlbot_flatbuffers/__init__.pyi,sha256=wRzEH4ABU6J6UnUODkGwelb9u_-hURLir6FufJ6WVHw,125235
6
- rlbot_flatbuffers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- rlbot_flatbuffers/rlbot_flatbuffers.pyd,sha256=7_mmVhVhkmM2jiJIsLAGX6G61JGFbJJQS0_GsvadhvU,2055168
8
- rlbot_flatbuffers-0.14.7.dist-info/RECORD,,