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 UnknownStruct18(BaseProperty): slave_platform_motion_knots: bool = dataclasses.field(default=False) slave_pos...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct18.py
0.593727
0.287611
UnknownStruct18.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 HurlHeightRules(BaseProperty): number_of_hurl_heights: int = dataclasses.field(default=0) hurl_height1: float...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/HurlHeightRules.py
0.608012
0.254521
HurlHeightRules.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 UnknownStruct191(BaseProperty): unknown_0x8a58a7f8: int = dataclasses.field(default=1) initial_launch_delay: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct191.py
0.593963
0.258104
UnknownStruct191.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.dkc_returns.archetypes.UnknownStruct254 import UnknownStruct254 from retro_data_structures.properties.dkc_return...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct259.py
0.600891
0.218482
UnknownStruct259.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.dkc_returns.archetypes.PlayerType import PlayerType from retro_data_structures.properties.dkc_returns.core.Asset...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerCommonData.py
0.563498
0.242435
PlayerCommonData.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.dkc_returns.archetypes.Animations import Animations from retro_data_structures.properties.dkc_returns.archetypes...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/RetronomeMessage.py
0.63443
0.307137
RetronomeMessage.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.dkc_returns as enums @dataclasses.dataclass() class OceanBridgeStructA(BaseProperty): model_select: enums.Mod...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/OceanBridgeStructA.py
0.626467
0.273432
OceanBridgeStructA.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.BehaviorData import BehaviorData ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/BehaviorsData.py
0.599251
0.318763
BehaviorsData.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.dkc_returns.archetypes.UnknownStruct57 import UnknownStruct57 @dataclasses.dataclass() class UnknownStruct286(...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct286.py
0.583441
0.273744
UnknownStruct286.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.AssetId import AssetId, default_asset_i...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct33.py
0.657098
0.240886
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 from retro_data_structures.properties.dkc_returns.archetypes.PlayerMultiKillRewardSoundData import PlayerMultiKillRewardSoundData from retro_data_stru...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerMultiKillRewardData.py
0.619817
0.273759
PlayerMultiKillRewardData.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.dkc_returns.core.AnimationParameters import AnimationParameters @dataclasses.dataclass() class PlayerAttachmen...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerAttachment.py
0.638835
0.336944
PlayerAttachment.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.dkc_returns.archetypes.ReactiveActorBehavior import ReactiveActorBehavior @dataclasses.dataclass() class React...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ReactiveActorBehaviors.py
0.600891
0.249905
ReactiveActorBehaviors.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.dkc_returns as enums @dataclasses.dataclass() class UnknownStruct241(BaseProperty): part_of_music_system: boo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct241.py
0.588061
0.261959
UnknownStruct241.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.dkc_returns.core.Spline import Spline @dataclasses.dataclass() class RotationSplines(BaseProperty): x_rota...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/RotationSplines.py
0.706899
0.339609
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 import retro_data_structures.enums.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.AreaPathStructA import AreaPathSt...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/NonSlowdown.py
0.608943
0.276166
NonSlowdown.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.dkc_returns.archetypes.PlayerAttachment import PlayerAttachment @dataclasses.dataclass() class PlayerAttachmen...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerAttachmentsData.py
0.622574
0.373276
PlayerAttachmentsData.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.AssetId import AssetId, default_asset_i...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerMultiKillRewardTierData.py
0.675015
0.253821
PlayerMultiKillRewardTierData.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 PlayerCrouchData(BaseProperty): push_down_threshold: float = dataclasses.field(default=0.800000011920929) ang...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerCrouchData.py
0.637257
0.32985
PlayerCrouchData.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.BopJumpData import BopJumpData ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/BopJumpBehaviorData.py
0.567098
0.502808
BopJumpBehaviorData.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 UnknownStruct142(BaseProperty): unknown_0x0100cedd: bool = dataclasses.field(default=False) disable_cling: bo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct142.py
0.582372
0.263836
UnknownStruct142.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 PlayerJumpAnimWeights(BaseProperty): animation_count: int = dataclasses.field(default=0) random_weight1: floa...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerJumpAnimWeights.py
0.647018
0.287699
PlayerJumpAnimWeights.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.dkc_returns.archetypes.MoleCartStruct import MoleCartStruct @dataclasses.dataclass() class UnknownStruct229(Ba...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct229.py
0.565059
0.340622
UnknownStruct229.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.dkc_returns.archetypes.AreaDamageData import AreaDamageData @dataclasses.dataclass() class UnknownStruct133(Ba...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct133.py
0.582491
0.309702
UnknownStruct133.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 BouncyTireJumpHeights(BaseProperty): min_jump_height: float = dataclasses.field(default=4.640200138092041) ma...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/BouncyTireJumpHeights.py
0.641198
0.301613
BouncyTireJumpHeights.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.dkc_returns.archetypes.UnknownStruct266 import UnknownStruct266 @dataclasses.dataclass() class UnknownStruct26...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct267.py
0.616128
0.282641
UnknownStruct267.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 UnknownStruct64(BaseProperty): acceleration: float = dataclasses.field(default=50.0) deceleration: float = da...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct64.py
0.788176
0.334195
UnknownStruct64.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) @classmethod def game(cls) -> G...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/HealthInfo.py
0.616936
0.313
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 import retro_data_structures.enums.dkc_returns as enums @dataclasses.dataclass() class UnknownStruct86(BaseProperty): unknown: bool = dataclasse...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct86.py
0.679391
0.312868
UnknownStruct86.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class UnknownStruct165(Base...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct165.py
0.5564
0.202621
UnknownStruct165.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.dkc_returns.core.Spline import Spline @dataclasses.dataclass() class UnknownStruct276(BaseProperty): unkno...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct276.py
0.639849
0.277741
UnknownStruct276.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.dkc_returns.core.Spline import Spline @dataclasses.dataclass() class ProportionalConvergence(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ProportionalConvergence.py
0.663015
0.298971
ProportionalConvergence.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.RobotChickenStructB import RobotC...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct258.py
0.499023
0.333883
UnknownStruct258.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.dkc_returns.archetypes.DamageEffectData import DamageEffectData @dataclasses.dataclass() class ProjectileBehav...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ProjectileBehaviorData.py
0.620737
0.3009
ProjectileBehaviorData.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 UnknownStruct52(BaseProperty): distance: float = dataclasses.field(default=1.0) @classmethod def game(cl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct52.py
0.673621
0.312514
UnknownStruct52.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.dkc_returns.archetypes.Convergence import Convergence @dataclasses.dataclass() class UnknownStruct77(BasePrope...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct77.py
0.599954
0.356223
UnknownStruct77.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.Convergence import Convergence ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct76.py
0.617974
0.285691
UnknownStruct76.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.dkc_returns.archetypes.UnknownStruct27 import UnknownStruct27 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct167.py
0.524395
0.173463
UnknownStruct167.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.dkc_returns.archetypes.UnknownStruct237 import UnknownStruct237 from retro_data_structures.properties.dkc_return...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct240.py
0.642769
0.301728
UnknownStruct240.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.dkc_returns.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ForestBossStructC.py
0.569015
0.296782
ForestBossStructC.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.InterpolationMethod import Interp...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/FOVInterpolationMethod.py
0.579995
0.301079
FOVInterpolationMethod.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class ModifyContactRuleData...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ModifyContactRuleData.py
0.58948
0.213029
ModifyContactRuleData.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.dkc_returns.archetypes.UnknownStruct29 import UnknownStruct29 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct145.py
0.546496
0.168754
UnknownStruct145.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.dkc_returns.archetypes.UnknownStruct29 import UnknownStruct29 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct144.py
0.541894
0.160398
UnknownStruct144.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 PlayerPeanutGunData(BaseProperty): is_peanut_gun_owner: bool = dataclasses.field(default=False) fire_height_o...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerPeanutGunData.py
0.595375
0.323207
PlayerPeanutGunData.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class UnknownStruct135(Base...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct135.py
0.621771
0.285337
UnknownStruct135.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.dkc_returns.archetypes.UnknownStruct15 import UnknownStruct15 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct73.py
0.657428
0.289271
UnknownStruct73.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.dkc_returns.core.AnimationParameters import AnimationParameters @dataclasses.dataclass() class SkinSwapModifie...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/SkinSwapModifierData.py
0.682574
0.271855
SkinSwapModifierData.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.dkc_returns.archetypes.DamageInfo import DamageInfo from retro_data_structures.properties.dkc_returns.core.Splin...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/TriggerInfo.py
0.635562
0.254127
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 import retro_data_structures.enums.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.AssetId import AssetId, default_asset_i...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct268.py
0.599954
0.225886
UnknownStruct268.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.AssetId import AssetId, default_asset_i...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/SwingRopeData.py
0.614163
0.229406
SwingRopeData.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.dkc_returns.core.Color import Color @dataclasses.dataclass() class UnknownStruct26(BaseProperty): text_gra...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct26.py
0.731538
0.246885
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.dkc_returns.archetypes.UnknownStruct26 import UnknownStruct26 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct28.py
0.542863
0.16238
UnknownStruct28.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.dkc_returns.core.Vector import Vector @dataclasses.dataclass() class UnknownStruct134(BaseProperty): unkno...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct134.py
0.698741
0.317413
UnknownStruct134.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class StunnedByBopBehaviorD...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/StunnedByBopBehaviorData.py
0.626696
0.274845
StunnedByBopBehaviorData.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.dkc_returns.archetypes.AnimGridModifierData import AnimGridModifierData from retro_data_structures.properties.dk...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct89.py
0.559771
0.270059
UnknownStruct89.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 MoleTrainManagerStructA(BaseProperty): unknown_0xee447d6b: bool = dataclasses.field(default=True) unknown_0x4...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/MoleTrainManagerStructA.py
0.63477
0.271209
MoleTrainManagerStructA.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.dkc_returns.archetypes.UnknownStruct186 import UnknownStruct186 from retro_data_structures.properties.dkc_return...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct56.py
0.620277
0.230746
UnknownStruct56.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.dkc_returns.core.Vector import Vector @dataclasses.dataclass() class KongGrabData(BaseProperty): grab_fron...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/KongGrabData.py
0.663342
0.41745
KongGrabData.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 ProjectileRenderOptions(BaseProperty): render_push_amount: float = dataclasses.field(default=0.0) @classmeth...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ProjectileRenderOptions.py
0.627609
0.31662
ProjectileRenderOptions.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 UnknownStruct51(BaseProperty): spike_stick_time: float = dataclasses.field(default=2.0) @classmethod def...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct51.py
0.619701
0.326352
UnknownStruct51.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class UnknownStruct34(BaseP...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct34.py
0.573798
0.232016
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 from retro_data_structures.properties.dkc_returns.archetypes.UnknownStruct278 import UnknownStruct278 @dataclasses.dataclass() class UnknownStruct57...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct57.py
0.623148
0.280996
UnknownStruct57.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 Sets(BaseProperty): number_of_sets: int = dataclasses.field(default=0) @classmethod def game(cls) -> Gam...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/Sets.py
0.608361
0.315314
Sets.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.ProjectileRenderOptions import Pr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ProjectileRenderData.py
0.630571
0.274783
ProjectileRenderData.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.dkc_returns as enums @dataclasses.dataclass() class ControlCommands(BaseProperty): command: enums.Command = d...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ControlCommands.py
0.633977
0.281551
ControlCommands.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.dkc_returns as enums @dataclasses.dataclass() class TrackPlayer(BaseProperty): target_scale_of_bounding_box_h...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/TrackPlayer.py
0.686475
0.302893
TrackPlayer.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.UnknownStruct14 import UnknownStr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct68.py
0.630344
0.280495
UnknownStruct68.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 UnknownStruct15(BaseProperty): unknown_0xf38c4b4d: float = dataclasses.field(default=-1.5) unknown_0xcd3dd32a...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct15.py
0.630344
0.314577
UnknownStruct15.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): unknown_0x5d28cce5: float = dataclasses.field(default=0.0) unknown_0x1fe2e0b4: ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct9.py
0.590661
0.322446
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.dkc_returns.archetypes.SplineType import SplineType from retro_data_structures.properties.dkc_returns.core.Splin...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightMotionSpline.py
0.673514
0.270083
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 from retro_data_structures.properties.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class UnknownStruct150(Base...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct150.py
0.557364
0.227362
UnknownStruct150.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.dkc_returns.core.Spline import Spline @dataclasses.dataclass() class DynamicLightSpotlight(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightSpotlight.py
0.673406
0.344774
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.dkc_returns.archetypes.VolcanoBossBodyPartStructA import VolcanoBossBodyPartStructA @dataclasses.dataclass() c...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct289.py
0.63307
0.350199
UnknownStruct289.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.dkc_returns.archetypes.PlayerShieldSplineData import PlayerShieldSplineData @dataclasses.dataclass() class Pla...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerShieldData.py
0.532668
0.349422
PlayerShieldData.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 SpringConvergence(BaseProperty): critically_dampened: bool = dataclasses.field(default=True) spring_constant:...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/SpringConvergence.py
0.630002
0.338227
SpringConvergence.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 TargetPlayerBehaviorData(BaseProperty): mode: int = dataclasses.field(default=1638556020) # Choice start_tar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/TargetPlayerBehaviorData.py
0.698741
0.313853
TargetPlayerBehaviorData.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.Convergence import Convergence fr...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/ZoomBehaviorData.py
0.61855
0.240674
ZoomBehaviorData.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.dkc_returns.archetypes.UnknownStruct29 import UnknownStruct29 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct173.py
0.607197
0.201381
UnknownStruct173.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.dkc_returns.archetypes.BirdBossStruct import BirdBossStruct from retro_data_structures.properties.dkc_returns.ar...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/BirdBossData.py
0.621426
0.253117
BirdBossData.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 GenericCreatureStructE(BaseProperty): animation: int = dataclasses.field(default=0) group: int = dataclasses....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/GenericCreatureStructE.py
0.589244
0.298741
GenericCreatureStructE.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 UnknownStruct264(BaseProperty): unknown: bool = dataclasses.field(default=False) is_percentage: bool = datacl...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct264.py
0.696371
0.270516
UnknownStruct264.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.dkc_returns.archetypes.UnknownStruct29 import UnknownStruct29 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct171.py
0.600305
0.201224
UnknownStruct171.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.dkc_returns.archetypes.PlayerJumpHeights import PlayerJumpHeights @dataclasses.dataclass() class PlayerJumpDat...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerJumpData.py
0.598077
0.36625
PlayerJumpData.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.dkc_returns.archetypes.ActorParameters import ActorParameters from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct206.py
0.577972
0.316898
UnknownStruct206.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.dkc_returns as enums @dataclasses.dataclass() class DespawnRules(BaseProperty): can_despawn: bool = dataclass...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/DespawnRules.py
0.601008
0.304701
DespawnRules.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.Spline import Spline @dataclasses.dat...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/SpindlePositionInterpolant.py
0.595963
0.274336
SpindlePositionInterpolant.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.dkc_returns.core.AssetId import AssetId, default_asset_id @dataclasses.dataclass() class PlayerRiseFromTheGrav...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerRiseFromTheGraveData.py
0.589953
0.250615
PlayerRiseFromTheGraveData.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.dkc_returns.core.Spline import Spline @dataclasses.dataclass() class DynamicLightIntensity(BaseProperty): ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightIntensity.py
0.738198
0.3213
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 @dataclasses.dataclass() class PlayerMountData(BaseProperty): unknown_0x2b70fd04: int = dataclasses.field(default=0) unknown_0x138bac93: int...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerMountData.py
0.568536
0.312475
PlayerMountData.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 UnknownStruct62(BaseProperty): time: float = dataclasses.field(default=2.0) @classmethod def game(cls) -...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct62.py
0.636579
0.314564
UnknownStruct62.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.dkc_returns as enums @dataclasses.dataclass() class UnknownStruct60(BaseProperty): swoop_direction: enums.Swo...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct60.py
0.662796
0.306585
UnknownStruct60.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.dkc_returns.archetypes.UnknownStruct27 import UnknownStruct27 from retro_data_structures.properties.dkc_returns....
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct181.py
0.489259
0.156685
UnknownStruct181.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.dkc_returns.archetypes.JungleBossStructB import JungleBossStructB @dataclasses.dataclass() class UnknownStruct...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct202.py
0.500977
0.33887
UnknownStruct202.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.archetypes.OffsetPosition import OffsetPosit...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/CameraPosition.py
0.658418
0.314748
CameraPosition.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.dkc_returns as enums from retro_data_structures.properties.dkc_returns.core.Spline import Spline @dataclasses.dat...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/CameraShakerEnvelope.py
0.672762
0.327252
CameraShakerEnvelope.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.dkc_returns.core.Vector import Vector @dataclasses.dataclass() class UnknownStruct227(BaseProperty): box_m...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct227.py
0.724286
0.333978
UnknownStruct227.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.dkc_returns as enums @dataclasses.dataclass() class UnknownStruct11(BaseProperty): unknown_0xf060eeec: int = ...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct11.py
0.620622
0.262171
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.dkc_returns.archetypes.PlayerAttackBounceData import PlayerAttackBounceData from retro_data_structures.propertie...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/KongRunningSlapData.py
0.618435
0.327104
KongRunningSlapData.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.dkc_returns.core.AssetId import AssetId, default_asset_id from retro_data_structures.properties.dkc_returns.core...
/retro_data_structures-0.23.0-py3-none-any.whl/retro_data_structures/properties/dkc_returns/archetypes/PlayerCling2Data.py
0.631594
0.338514
PlayerCling2Data.py
pypi