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 from retro_data_structures.properties.echoes.archetypes.DamageInfo import DamageInfo from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/BasicSwarmProperties.py
0.599602
0.241048
BasicSwarmProperties.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 UnknownStruct6(BaseProperty): override: bool = dataclasses.field(default=False) unknown: float = dataclasses....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct6.py
0.642993
0.296145
UnknownStruct6.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 UnknownStruct16(BaseProperty): unknown_0x7ee77018: float = dataclasses.field(default=50.0) unknown_0xbfb7ca5c...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct16.py
0.631822
0.303267
UnknownStruct16.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 AudioPlaybackParms(BaseProperty): maximum_distance: float = dataclasses.field(default=100.0) fall_off: float ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/AudioPlaybackParms.py
0.664976
0.26341
AudioPlaybackParms.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 TWeaponDamage(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TWeaponDamage.py
0.566139
0.304888
TWeaponDamage.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 UnknownStruct7(BaseProperty): override: bool = dataclasses.field(default=False) speed: float = dataclasses.fi...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct7.py
0.665737
0.299483
UnknownStruct7.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 CameraHintStructB(BaseProperty): override: bool = dataclasses.field(default=False) distance: float = dataclas...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/CameraHintStructB.py
0.69285
0.305264
CameraHintStructB.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 GrappleParameters(BaseProperty): grapple_length: float = dataclasses.field(default=10.0) grapple_attach_lengt...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/GrappleParameters.py
0.695958
0.235944
GrappleParameters.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 import retro_data_structures.enums.echoes as enums @dataclasses.dataclass() class DamageInfo(BaseProperty): di_weapon_type: enums.WeaponType = d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DamageInfo.py
0.627038
0.271128
DamageInfo.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 from retro_data_structures.properties.echoes.archetypes.PlasmaBea...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct24.py
0.597373
0.281218
UnknownStruct24.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 EmperorIngStage2TentacleData(BaseProperty): detection_time: float = dataclasses.field(default=0.0) forget_tim...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage2TentacleData.py
0.658857
0.326043
EmperorIngStage2TentacleData.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 SwampBossStage2Struct(BaseProperty): unknown_0x95e7a2c2: float = dataclasses.field(default=3.0) unknown_0x76b...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SwampBossStage2Struct.py
0.585457
0.307722
SwampBossStage2Struct.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct31.py
0.467575
0.202502
UnknownStruct31.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.TGunResources import TGunResources from retro_data_structures.properties.echoes.core.Spline im...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TBallTransitionResources.py
0.500977
0.281541
TBallTransitionResources.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct37.py
0.533641
0.174762
UnknownStruct37.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 from retro_data_structures.properties.echoes.core.AnimationParame...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct22.py
0.570212
0.203173
UnknownStruct22.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 DynamicLightParent(BaseProperty): unknown_...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DynamicLightParent.py
0.682785
0.345768
DynamicLightParent.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.DamageVulnerability import DamageVulnerability from retro_data_structures.properties.echoes.ar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage1TentacleData.py
0.55929
0.307157
EmperorIngStage1TentacleData.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 SandwormStruct(BaseProperty): unknown_0x98106ee2: float = dataclasses.field(default=1.0) unknown_0x95081226: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SandwormStruct.py
0.599837
0.283536
SandwormStruct.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct40.py
0.573678
0.191536
UnknownStruct40.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.Spline import Spline @dataclasses.dataclass() class DynamicLightFalloff(BaseProperty): falloff...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DynamicLightFalloff.py
0.623492
0.34091
DynamicLightFalloff.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.PlasmaBeamInfo import PlasmaBeamInfo from retro_data_structures.properties.echoes.archetypes.S...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct41.py
0.575349
0.376967
UnknownStruct41.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct43.py
0.566258
0.198064
UnknownStruct43.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct29.py
0.54698
0.18866
UnknownStruct29.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 EchoParameters(BaseProperty): is_echo_emitter: bool = dataclasses.field(default=False) only_emit_damage: bool...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EchoParameters.py
0.621656
0.264056
EchoParameters.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.SplineType import SplineType from retro_data_structures.properties.echoes.core.Spline import S...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/PlatformMotionProperties.py
0.576423
0.287368
PlatformMotionProperties.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 BehaveChance(BaseProperty): lurk: float = dataclasses.field(default=-0.0) unknown: float = dataclasses.field(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/BehaveChance.py
0.61057
0.266196
BehaveChance.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 TGunResources(BaseProperty): power_beam: str = dataclasses.field(default='') ice_beam: str = dataclasses.fiel...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TGunResources.py
0.582254
0.343645
TGunResources.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DarkCommandoData.py
0.543106
0.197251
DarkCommandoData.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 SandBossStructB(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SandBossStructB.py
0.561696
0.3213
SandBossStructB.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 TDamageInfo(BaseProperty): weapon_type: int = dataclasses.field(default=0) damage_amount: float = dataclasses...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TDamageInfo.py
0.628977
0.310603
TDamageInfo.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 CameraHintStructA(BaseProperty): type: int = dataclasses.field(default=0) @classmethod def game(cls) -> ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/CameraHintStructA.py
0.634204
0.295516
CameraHintStructA.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct12.py
0.523908
0.20201
UnknownStruct12.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct14.py
0.553988
0.216198
UnknownStruct14.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 import retro_data_structures.enums.echoes as enums @dataclasses.dataclass() class WeaponVulnerability(BaseProperty): damage_multiplier: float = ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/WeaponVulnerability.py
0.647575
0.316026
WeaponVulnerability.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct3.py
0.529507
0.25174
UnknownStruct3.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 Vector2f(BaseProperty): x: float = dataclasses.field(default=0.0) y: float = dataclasses.field(default=0.0) ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/Vector2f.py
0.68056
0.337381
Vector2f.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 from retro_data_structures.properties.echoes.archetypes.PlasmaBea...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3StructA.py
0.578329
0.283519
EmperorIngStage3StructA.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 IngSpaceJumpGuardianStruct(BaseProperty): taunt_chance: float = dataclasses.field(default=10.0) attack_chance...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/IngSpaceJumpGuardianStruct.py
0.595375
0.302726
IngSpaceJumpGuardianStruct.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SpacePirateWeaponData.py
0.503662
0.190705
SpacePirateWeaponData.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.Transform import Transform @dataclasses.dataclass() class EditorProperties(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EditorProperties.py
0.585812
0.330714
EditorProperties.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.WeaponVulnerability import WeaponVulnerability @dataclasses.dataclass() class DamageVulnerab...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DamageVulnerability.py
0.567937
0.2889
DamageVulnerability.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): enabled: bool = dataclasses.field(default=False) chance: float = dataclasses.fi...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct2.py
0.624752
0.332608
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 BaseProperty import retro_data_structures.enums.echoes as enums @dataclasses.dataclass() class VisorParameters(BaseProperty): scan_through: bool = dataclasse...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/VisorParameters.py
0.666605
0.305782
VisorParameters.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.ControllerActionStruct import ControllerActionStruct @dataclasses.dataclass() class ControlH...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ControlHintStruct.py
0.583203
0.270279
ControlHintStruct.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 BloggStruct(BaseProperty): unknown_0x3e505ddb: int = dataclasses.field(default=0) unknown_0x118f1e46: int = d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/BloggStruct.py
0.609408
0.32449
BloggStruct.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/PatternedAITypedef.py
0.684053
0.230302
PatternedAITypedef.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 SurroundPan(BaseProperty): pan: float = dataclasses.field(default=0.0) surround_pan: float = dataclasses.fiel...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SurroundPan.py
0.676086
0.310956
SurroundPan.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SplitterMainChassisData.py
0.555918
0.266685
SplitterMainChassisData.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.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class ScannableParameters(BasePr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ScannableParameters.py
0.62223
0.261962
ScannableParameters.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 UnknownStruct5(BaseProperty): override: bo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct5.py
0.671255
0.318949
UnknownStruct5.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.UnknownStruct16 import UnknownStruct16 @dataclasses.dataclass() class UnknownStruct17(BasePr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct17.py
0.589126
0.200225
UnknownStruct17.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 UnknownStruct42(BaseProperty): angle: float ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct42.py
0.719679
0.243941
UnknownStruct42.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.AnimationParameters import AnimationParameters from retro_data_structures.properties.echoes.core.Ass...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ScanInfoSecondaryModel.py
0.608478
0.207074
ScanInfoSecondaryModel.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/MysteryFlyerData.py
0.59561
0.240864
MysteryFlyerData.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 GuiWidgetProperties(BaseProperty): gui_label: str = dataclasses.field(default='') controller_number: int = da...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/GuiWidgetProperties.py
0.591959
0.294678
GuiWidgetProperties.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 import retro_data_structures.enums.echoes as enums from retro_data_structures.properties.echoes.core.Color import Color from retro_data_structures.pro...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/LightParameters.py
0.636014
0.270601
LightParameters.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.ShockWaveInfo import ShockWaveInfo @dataclasses.dataclass() class UnknownStruct23(BaseProper...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct23.py
0.597256
0.260019
UnknownStruct23.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 UnknownStruct39(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct39.py
0.594316
0.234927
UnknownStruct39.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.AssetId import AssetId, default_asset_id from retro_data_structures.properties.echoes.core.Color imp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/FlareDef.py
0.683314
0.25582
FlareDef.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 SplineType(BaseProperty): type: int = dataclasses.field(default=0) @classmethod def game(cls) -> Game: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SplineType.py
0.608478
0.295779
SplineType.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct10.py
0.540196
0.214794
UnknownStruct10.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 UnknownStruct20(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct20.py
0.591015
0.279766
UnknownStruct20.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct13.py
0.537041
0.200088
UnknownStruct13.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 PowerBombGuardianStageProperties(BaseProperty): unknown_0x95e7a2c2: float = dataclasses.field(default=2.0) un...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/PowerBombGuardianStageProperties.py
0.606498
0.252378
PowerBombGuardianStageProperties.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.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class SandBossStructA(BaseProper...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SandBossStructA.py
0.5794
0.160463
SandBossStructA.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 import retro_data_structures.enums.echoes as enums @dataclasses.dataclass() class ConditionalTest(BaseProperty): boolean: enums.Boolean = datacl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ConditionalTest.py
0.654343
0.276043
ConditionalTest.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 from retro_data_structures.properties.echoes.core.AssetId import ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ShockWaveInfo.py
0.640861
0.261626
ShockWaveInfo.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.Spline import Spline @dataclasses.dataclass() class SpindleCameraStruct(BaseProperty): interpo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SpindleCameraStruct.py
0.621656
0.266811
SpindleCameraStruct.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct33.py
0.565299
0.209328
UnknownStruct33.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 LayerInfo(BaseProperty): motion_type: int = dataclasses.field(default=0) unknown: float = dataclasses.field(d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/LayerInfo.py
0.658527
0.324864
LayerInfo.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.Spline import Spline @dataclasses.dataclass() class RotationSplines(BaseProperty): x_rotation:...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/RotationSplines.py
0.695958
0.32985
RotationSplines.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 SwampBossStage1Struct(BaseProperty): unknown_0x98106ee2: float = dataclasses.field(default=50.0) unknown_0x95...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SwampBossStage1Struct.py
0.613121
0.269706
SwampBossStage1Struct.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.UnknownStruct2 import UnknownStruct2 @dataclasses.dataclass() class EmperorIngStage3StructB(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3StructB.py
0.512693
0.321167
EmperorIngStage3StructB.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 HealthInfo(BaseProperty): health: float = dataclasses.field(default=5.0) hi_knock_back_resistance: float = da...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/HealthInfo.py
0.645455
0.302777
HealthInfo.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.AssetId import AssetId, default_asset_id from retro_data_structures.properties.echoes.core.Color imp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/PlasmaBeamInfo.py
0.558568
0.214342
PlasmaBeamInfo.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 CameraHintStructC(BaseProperty): override: bool = dataclasses.field(default=False) angle: float = dataclasses...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/CameraHintStructC.py
0.660939
0.307956
CameraHintStructC.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 ControllerActionStruct(BaseProperty): command: int = dataclasses.field(default=0) @classmethod def game(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/ControllerActionStruct.py
0.602179
0.282152
ControllerActionStruct.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 import retro_data_structures.enums.echoes as enums from retro_data_structures.properties.echoes.archetypes.DamageInfo import DamageInfo from retro_dat...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TriggerInfo.py
0.621541
0.30319
TriggerInfo.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 from retro_data_structures.properties.echoes.archetypes.PlasmaBea...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct26.py
0.553023
0.226142
UnknownStruct26.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 from retro_data_structures.properties.echoes.archetypes.HealthInf...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct34.py
0.497803
0.221624
UnknownStruct34.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 UnknownStruct9(BaseProperty): type: int = dataclasses.field(default=1) @classmethod def game(cls) -> Gam...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct9.py
0.607896
0.28902
UnknownStruct9.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.SplineType import SplineType from retro_data_structures.properties.echoes.core.Spline import S...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DynamicLightMotionSpline.py
0.611266
0.255698
DynamicLightMotionSpline.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 DigitalGuardianHeadStruct(BaseProperty): first_shot_type: int = dataclasses.field(default=4) projectile_teleg...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DigitalGuardianHeadStruct.py
0.593256
0.305866
DigitalGuardianHeadStruct.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3Data.py
0.532182
0.165391
EmperorIngStage3Data.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.Spline import Spline @dataclasses.dataclass() class DynamicLightSpotlight(BaseProperty): spotl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DynamicLightSpotlight.py
0.653459
0.336099
DynamicLightSpotlight.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.AudioPlaybackParms import AudioPlaybackParms from retro_data_structures.properties.echoes.arch...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/EmperorIngStage1Data.py
0.513912
0.254023
EmperorIngStage1Data.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 IngSpiderballGuardianStruct(BaseProperty): min_patrol_speed: float = dataclasses.field(default=5.0) max_patro...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/IngSpiderballGuardianStruct.py
0.698227
0.280075
IngSpiderballGuardianStruct.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.Spline import Spline @dataclasses.dataclass() class DynamicLightIntensity(BaseProperty): inten...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/DynamicLightIntensity.py
0.733452
0.312527
DynamicLightIntensity.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct11.py
0.52902
0.201479
UnknownStruct11.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.DamageVulnerability import DamageVulnerability from retro_data_structures.properties.echoes.ar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/IngPossessionData.py
0.576184
0.224331
IngPossessionData.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 UnknownStruct4(BaseProperty): behaviour_type: int = dataclasses.field(default=0) @classmethod def game(c...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct4.py
0.594316
0.283362
UnknownStruct4.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.Spline import Spline @dataclasses.dataclass() class CameraShakerData(BaseProperty): flags_came...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/CameraShakerData.py
0.635675
0.256262
CameraShakerData.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 UnknownStruct38(BaseProperty): range: floa...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct38.py
0.678966
0.30905
UnknownStruct38.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 from retro_data_structures.properties.echoes.archetypes.IngSpaceJ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct32.py
0.511229
0.247862
UnknownStruct32.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.Vector2f import Vector2f from retro_data_structures.properties.echoes.core.Color import Color ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SafeZoneStructA.py
0.673406
0.34715
SafeZoneStructA.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.AudioPlaybackParms import AudioPlaybackParms @dataclasses.dataclass() class UnknownStruct36(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct36.py
0.468791
0.189577
UnknownStruct36.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 from retro_data_structures.properties.echoes.archetypes.DamageVul...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/SandBossData.py
0.554109
0.180413
SandBossData.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.AssetId import AssetId, default_asset_id from retro_data_structures.properties.echoes.core.Color imp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/TextProperties.py
0.63114
0.173516
TextProperties.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.DamageVulnerability import DamageVulnerability from retro_data_structures.properties.echoes.ar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/echoes/archetypes/UnknownStruct30.py
0.54359
0.211519
UnknownStruct30.py
pypi