code
stringlengths
114
1.05M
path
stringlengths
3
312
quality_prob
float64
0.5
0.99
learning_prob
float64
0.2
1
filename
stringlengths
3
168
kind
stringclasses
1 value
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class TimeLimitChoices(BaseProperty): time_limit0: float = dataclasses.field(default=0.0) time_limit1: float = data...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGame/TimeLimitChoices.py
0.653569
0.321008
TimeLimitChoices.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class FragLimitChoices(BaseProperty): frag_limit0: int = dataclasses.field(default=0) frag_limit1: int = dataclasse...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGame/FragLimitChoices.py
0.605566
0.283237
FragLimitChoices.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class CoinLimitChoices(BaseProperty): coin_limit0: int = dataclasses.field(default=200) coin_limit1: int = dataclas...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGame/CoinLimitChoices.py
0.601008
0.26886
CoinLimitChoices.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Configurations(BaseProperty): unknown_0x3058aff2: float = dataclasses.field(default=0.0) unknown_0xf1d67032: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TIcon/Configurations.py
0.613352
0.27879
Configurations.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Misc(BaseProperty): eye_offset: float = dataclasses.field(default=0.20000000298023224) normal_turn_factor: fl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Misc.py
0.654453
0.297228
Misc.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Vector import Vector @dataclasses.dataclass() class FirstPersonCamera(BaseProperty): unknown_0...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/FirstPersonCamera.py
0.659405
0.252349
FirstPersonCamera.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class ScanVisor(BaseProperty): scan_distance: float = dataclasses.field(default=50.0) scan_retention: bool = datacl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/ScanVisor.py
0.6705
0.376337
ScanVisor.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Orbit(BaseProperty): orbit_close_min_distance: float = dataclasses.field(default=27.0) orbit_close_normal_dis...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Orbit.py
0.754463
0.349422
Orbit.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.DamageInfo import DamageInfo @dataclasses.dataclass() class DarkWorld(BaseProperty): dam...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/DarkWorld.py
0.582966
0.257952
DarkWorld.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Frozen(BaseProperty): frozen_timer: float = dataclasses.field(default=18.0) frozen_jump_counter: int = datacl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Frozen.py
0.635562
0.343397
Frozen.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Motion(BaseProperty): forward_accel_normal: float = dataclasses.field(default=35000.0) forward_accel_air: flo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Motion.py
0.776538
0.293455
Motion.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class GrappleBeam(BaseProperty): travel_speed: float = dataclasses.field(default=30.0) x_wave_amplitude: float = da...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/GrappleBeam.py
0.664323
0.348146
GrappleBeam.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class AimStuff(BaseProperty): aim_min_time: float = dataclasses.field(default=0.10000000149011612) aim_max_time: fl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/AimStuff.py
0.669745
0.393181
AimStuff.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class SuitDamageReduction(BaseProperty): varia: float = dataclasses.field(default=0.10000000149011612) dark: float ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/SuitDamageReduction.py
0.675765
0.305082
SuitDamageReduction.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TweakPlayer.GrappleBeam import GrappleBeam @dataclasses.dataclass() class Grapple(BaseProper...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Grapple.py
0.592784
0.276227
Grapple.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Shield(BaseProperty): max_energy: float = dataclasses.field(default=2.0) usage_rate: float = dataclasses.fiel...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Shield.py
0.693992
0.31879
Shield.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Collision(BaseProperty): player_height: float = dataclasses.field(default=2.700000047683716) player_radius: f...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Collision.py
0.640636
0.30918
Collision.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class OuterBeamIcon(BaseProperty): unknown_0x383e2...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/OuterBeamIcon.py
0.604049
0.259896
OuterBeamIcon.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Scan(BaseProperty): scan_lock_scale: float =...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/Scan.py
0.614163
0.205715
Scan.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class LockFire(BaseProperty): lock_fire_reticle_sc...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/LockFire.py
0.673836
0.234977
LockFire.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class VulnerabilityIndicator(BaseProperty): indica...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/VulnerabilityIndicator.py
0.709221
0.264715
VulnerabilityIndicator.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class LockDagger(BaseProperty): lock_dagger_normal...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/LockDagger.py
0.700383
0.244882
LockDagger.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Gauge(BaseProperty): unknown_0xd032c2a1: flo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakTargeting/Charge/Gauge.py
0.653127
0.219609
Gauge.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class DoorColors(BaseProperty): num_door_colors: i...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakAutoMapper/DoorColors.py
0.631026
0.187988
DoorColors.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Base(BaseProperty): unknown_0xcbe595d8: bool...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakAutoMapper/Base.py
0.713631
0.161916
Base.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Misc(BaseProperty): unknown_0x13cfde23: float = dataclasses.field(default=0.699999988079071) unknown_0xf34997...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/Misc.py
0.643777
0.343149
Misc.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Vector import Vector @dataclasses.dataclass() class Camera(BaseProperty): ball_camera_angle_pe...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/Camera.py
0.745028
0.39356
Camera.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class ScrewAttack(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/ScrewAttack.py
0.5769
0.334209
ScrewAttack.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class CannonBall(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/CannonBall.py
0.625095
0.262416
CannonBall.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Movement(BaseProperty): forward_accel_normal: float = dataclasses.field(default=12000.0) forward_accel_air: f...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/Movement.py
0.704058
0.296428
Movement.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class DeathBall(BaseProperty): d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/DeathBall.py
0.606498
0.288756
DeathBall.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class BoostBall(BaseProperty): b...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakBall/BoostBall.py
0.593491
0.211651
BoostBall.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Misc(BaseProperty): up_look_angle: float = dataclasses.field(default=22.0) down_look_angle: float = dataclass...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Misc.py
0.636692
0.302813
Misc.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class UnknownStruct1(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/UnknownStruct1.py
0.537041
0.277889
UnknownStruct1.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Holstering(BaseProperty): gun_holster_time: float = dataclasses.field(default=0.15000000596046448) gun_not_fi...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Holstering.py
0.620737
0.324824
Holstering.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TBeamInfo import TBeamInfo from retro_data_structures.properties.echoes.archetypes.TDamageInfo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Weapons.py
0.498047
0.31197
Weapons.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Position(BaseProperty): unknown: float = dataclasses.field(default=0.30000001192092896) x: float = dataclasse...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Position.py
0.629091
0.315987
Position.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Vector import Vector @dataclasses.dataclass() class Position(BaseProperty): normal: Vector = d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Arm/Position.py
0.697815
0.34679
Position.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class Factor(BaseProperty): power_beam: float = dataclasses.field(default=0.10000000149011612) dark_beam: float = d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/RicochetDamage/Factor.py
0.659953
0.300168
Factor.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.archetypes.TDamageInfo import TDamageInfo @dataclasses.dataclass() class Misc(BaseProperty): unknow...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Beam/Misc.py
0.606032
0.236538
Misc.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class MapScreenIcons(BaseProperty): l_stick_n: str = dataclasses.field(default='') l_stick_u: str = dataclasses.fie...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerRes/MapScreenIcons.py
0.508544
0.212906
MapScreenIcons.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class AutoMapperIcons(BaseProperty): save_station_icon: str = dataclasses.field(default='') missile_station_icon: s...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerRes/AutoMapperIcons.py
0.511717
0.280727
AutoMapperIcons.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Multiplayer(BaseProperty): score_text_color:...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/Multiplayer.py
0.613931
0.173551
Multiplayer.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class TurretHudTypedef(BaseProperty): frame_color:...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/TurretHudTypedef.py
0.715126
0.221372
TurretHudTypedef.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class HUDColorsTypedef(BaseProperty): unknown_0xc8...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/HUDColorsTypedef.py
0.622115
0.167253
HUDColorsTypedef.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color from retro_data_structures.properties.echoes.core.Spline import Spline from retro...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/Misc.py
0.673943
0.2446
Misc.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Credits(BaseProperty): unknown_0x81fc78c2: s...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/Credits.py
0.632503
0.276544
Credits.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class DarkVisor(BaseProperty): dark_world_base_col...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/DarkVisor.py
0.685213
0.223716
DarkVisor.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class ScannableObjectDownloadTimes(BaseProperty): fast: float = dataclasses.field(default=1.0) slow: float = datacl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/ScannableObjectDownloadTimes.py
0.674587
0.316462
ScannableObjectDownloadTimes.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class VisorColorSchemeTypedef(BaseProperty): hud_h...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/VisorColorSchemeTypedef.py
0.726037
0.235834
VisorColorSchemeTypedef.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class ScanVisor(BaseProperty): inactive_color: Col...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/ScanVisor.py
0.6488
0.170387
ScanVisor.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class EchoVisor(BaseProperty): echo_base_color: Co...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/EchoVisor.py
0.610221
0.199055
EchoVisor.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class Completion(BaseProperty): unknown_0x81fc78c2...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/Completion.py
0.50415
0.202246
Completion.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty from retro_data_structures.properties.echoes.core.Color import Color @dataclasses.dataclass() class HudColorTypedef(BaseProperty): energy_bar_fi...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/HudColorTypedef.py
0.69181
0.212334
HudColorTypedef.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class MovieVolumes(BaseProperty): unknown_0xae149646: int = dataclasses.field(default=127) unknown_0xc1a2e858: int ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakGui/MovieVolumes.py
0.573917
0.21962
MovieVolumes.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class UnknownStruct1(BaseProperty): forward: int = dataclasses.field(default=1) backward: int = dataclasses.field(d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerControls/UnknownStruct1.py
0.676513
0.151059
UnknownStruct1.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseProperty @dataclasses.dataclass() class UnknownStruct2(BaseProperty): unknown_0xff1b0413: bool = dataclasses.field(default=True) unknown_0xe0c1d958: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TweakPlayerControls/UnknownStruct2.py
0.516352
0.302932
UnknownStruct2.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.core.A...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/RiftPortal.py
0.548794
0.269464
RiftPortal.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class Waypoint(BaseObjec...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Waypoint.py
0.628863
0.355663
Waypoint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/GrapplePoint.py
0.639961
0.303712
GrapplePoint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/IngPuddle.py
0.627951
0.31296
IngPuddle.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ControlHintStruct import ControlHintStruct from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/ControlHint.py
0.507324
0.256567
ControlHint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/EmperorIngStage3.py
0.647687
0.378086
EmperorIngStage3.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/TextPane.py
0.522202
0.278968
TextPane.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/DarkSamusBattleStage.py
0.633637
0.3233
DarkSamusBattleStage.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/WispTentacle.py
0.584034
0.366788
WispTentacle.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class StreamedAudio(Base...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/StreamedAudio.py
0.582254
0.347094
StreamedAudio.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/OctapedeSegment.py
0.634656
0.214918
OctapedeSegment.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Door.py
0.591723
0.272946
Door.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class CoverPoint(BaseObj...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/CoverPoint.py
0.59561
0.316898
CoverPoint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.core.A...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/EMPulse.py
0.602179
0.295332
EMPulse.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/GuiMenu.py
0.575111
0.295001
GuiMenu.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class Switch(BaseObjectT...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Switch.py
0.612541
0.368548
Switch.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/AIMannedTurret.py
0.572842
0.34859
AIMannedTurret.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class AIHint(BaseObjectT...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/AIHint.py
0.58166
0.319214
AIHint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Shredder.py
0.617282
0.355691
Shredder.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType import retro_data_structures.enums.echoes as enums from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/PlayerHint.py
0.601477
0.314011
PlayerHint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.core.A...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/ScanTreeMenu.py
0.46223
0.302816
ScanTreeMenu.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Glowbug.py
0.535706
0.287268
Glowbug.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class CameraWaypoint(Bas...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/CameraWaypoint.py
0.652906
0.360151
CameraWaypoint.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.Connection import Connection from retro_data_structures.properties.echoes.archetypes.EditorP...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SequenceTimer.py
0.572484
0.384219
SequenceTimer.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType import retro_data_structures.enums.echoes as enums from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters fr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Pickup.py
0.602997
0.256833
Pickup.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/DarkTrooper.py
0.571408
0.289458
DarkTrooper.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class ActorKeyframe(Base...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/ActorKeyframe.py
0.582491
0.300758
ActorKeyframe.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class ForgottenObject(Ba...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/ForgottenObject.py
0.615435
0.360039
ForgottenObject.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.DamageInfo import DamageInfo from retro_data_structures.properties.echoes.archetypes.EchoPar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SafeZone.py
0.575707
0.249744
SafeZone.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Camera.py
0.510252
0.331715
Camera.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SporbBase.py
0.702122
0.181372
SporbBase.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SpacePirate.py
0.638723
0.233728
SpacePirate.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/EyeBall.py
0.603698
0.239233
EyeBall.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class RandomRelay(BaseOb...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/RandomRelay.py
0.569972
0.332852
RandomRelay.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/GunTurretBase.py
0.631367
0.181245
GunTurretBase.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.core.A...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Midi.py
0.552298
0.269184
Midi.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SandBoss.py
0.617167
0.38914
SandBoss.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties @dataclasses.dataclass() class FishCloudModifier(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/FishCloudModifier.py
0.616474
0.32174
FishCloudModifier.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.TweakBall.BoostBall import BoostBall from retro_data_structures.properties.echoes.archetypes...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/TweakBall.py
0.557364
0.35928
TweakBall.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/ActorRotate.py
0.659953
0.392395
ActorRotate.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/Blogg.py
0.60964
0.230184
Blogg.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.EditorProperties import EditorProperties from retro_data_structures.properties.echoes.archet...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/TriggerEllipsoid.py
0.497559
0.305399
TriggerEllipsoid.py
pypi
import dataclasses import struct import typing from retro_data_structures.game_check import Game from retro_data_structures.properties.base_property import BaseObjectType from retro_data_structures.properties.echoes.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.echoes.archetyp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/objects/SafeZoneCrystal.py
0.606265
0.203114
SafeZoneCrystal.py
pypi