mirror of
https://github.com/neverlosecc/source2sdk.git
synced 2025-01-22 21:36:01 +00:00
05.04.2024
This commit is contained in:
parent
ecf47f8dec
commit
d5ac97d75e
1930
sdk/!GlobalTypes.hpp
1930
sdk/!GlobalTypes.hpp
File diff suppressed because it is too large
Load Diff
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class MoodType_t : uint32_t
|
enum class MoodType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Head"
|
// MPropertyFriendlyName "Head"
|
||||||
@ -21,8 +22,9 @@ enum class MoodType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class AnimationProcessingType_t : uint32_t
|
enum class AnimationProcessingType_t : uint32_t
|
||||||
{
|
{
|
||||||
ANIMATION_PROCESSING_SERVER_SIMULATION = 0x0,
|
ANIMATION_PROCESSING_SERVER_SIMULATION = 0x0,
|
||||||
@ -34,8 +36,9 @@ enum class AnimationProcessingType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class AnimationSnapshotType_t : uint32_t
|
enum class AnimationSnapshotType_t : uint32_t
|
||||||
{
|
{
|
||||||
ANIMATION_SNAPSHOT_SERVER_SIMULATION = 0x0,
|
ANIMATION_SNAPSHOT_SERVER_SIMULATION = 0x0,
|
||||||
@ -48,8 +51,9 @@ enum class AnimationSnapshotType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 17
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x11
|
// Size: 0x4
|
||||||
enum class SeqCmd_t : uint32_t
|
enum class SeqCmd_t : uint32_t
|
||||||
{
|
{
|
||||||
SeqCmd_Nop = 0x0,
|
SeqCmd_Nop = 0x0,
|
||||||
@ -72,6 +76,7 @@ enum class SeqCmd_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class SeqPoseSetting_t : uint32_t
|
enum class SeqPoseSetting_t : uint32_t
|
||||||
@ -83,8 +88,9 @@ enum class SeqPoseSetting_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 18
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x12
|
// Size: 0x4
|
||||||
enum class ParticleAttachment_t : uint32_t
|
enum class ParticleAttachment_t : uint32_t
|
||||||
{
|
{
|
||||||
PATTACH_INVALID = 0xffffffffffffffff,
|
PATTACH_INVALID = 0xffffffffffffffff,
|
||||||
@ -108,8 +114,9 @@ enum class ParticleAttachment_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 9
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x9
|
// Size: 0x1
|
||||||
enum class AnimParamType_t : uint8_t
|
enum class AnimParamType_t : uint8_t
|
||||||
{
|
{
|
||||||
ANIMPARAM_UNKNOWN = 0x0,
|
ANIMPARAM_UNKNOWN = 0x0,
|
||||||
@ -124,6 +131,7 @@ enum class AnimParamType_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class BoneTransformSpace_t : uint32_t
|
enum class BoneTransformSpace_t : uint32_t
|
||||||
@ -139,8 +147,9 @@ enum class BoneTransformSpace_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class AnimParamButton_t : uint32_t
|
enum class AnimParamButton_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -172,8 +181,9 @@ enum class AnimParamButton_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class AnimParamNetworkSetting : uint32_t
|
enum class AnimParamNetworkSetting : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Auto"
|
// MPropertyFriendlyName "Auto"
|
||||||
@ -185,8 +195,9 @@ enum class AnimParamNetworkSetting : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class FootstepLandedFootSoundType_t : uint32_t
|
enum class FootstepLandedFootSoundType_t : uint32_t
|
||||||
{
|
{
|
||||||
FOOTSOUND_Left = 0x0,
|
FOOTSOUND_Left = 0x0,
|
||||||
@ -195,8 +206,9 @@ enum class FootstepLandedFootSoundType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class AnimPoseControl : uint32_t
|
enum class AnimPoseControl : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -208,8 +220,9 @@ enum class AnimPoseControl : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animationsystem')
|
// Registered binary: animationsystem.dll (project 'animationsystem')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class RagdollPoseControl : uint32_t
|
enum class RagdollPoseControl : uint32_t
|
||||||
{
|
{
|
||||||
Absolute = 0x0,
|
Absolute = 0x0,
|
||||||
@ -217,8 +230,9 @@ enum class RagdollPoseControl : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class VPhysXBodyPart_t__VPhysXFlagEnum_t : uint32_t
|
enum class VPhysXBodyPart_t__VPhysXFlagEnum_t : uint32_t
|
||||||
{
|
{
|
||||||
FLAG_STATIC = 0x1,
|
FLAG_STATIC = 0x1,
|
||||||
@ -229,6 +243,7 @@ enum class VPhysXBodyPart_t__VPhysXFlagEnum_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class VPhysXConstraintParams_t__EnumFlags0_t : uint32_t
|
enum class VPhysXConstraintParams_t__EnumFlags0_t : uint32_t
|
||||||
@ -240,8 +255,9 @@ enum class VPhysXConstraintParams_t__EnumFlags0_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class VPhysXJoint_t__Flags_t : uint32_t
|
enum class VPhysXJoint_t__Flags_t : uint32_t
|
||||||
{
|
{
|
||||||
JOINT_FLAGS_NONE = 0x0,
|
JOINT_FLAGS_NONE = 0x0,
|
||||||
@ -250,8 +266,9 @@ enum class VPhysXJoint_t__Flags_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class VPhysXAggregateData_t__VPhysXFlagEnum_t : uint32_t
|
enum class VPhysXAggregateData_t__VPhysXFlagEnum_t : uint32_t
|
||||||
{
|
{
|
||||||
FLAG_IS_POLYSOUP_GEOMETRY = 0x1,
|
FLAG_IS_POLYSOUP_GEOMETRY = 0x1,
|
||||||
@ -260,8 +277,9 @@ enum class VPhysXAggregateData_t__VPhysXFlagEnum_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 8
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x8
|
// Size: 0x4
|
||||||
enum class MeshDrawPrimitiveFlags_t : uint32_t
|
enum class MeshDrawPrimitiveFlags_t : uint32_t
|
||||||
{
|
{
|
||||||
MESH_DRAW_FLAGS_NONE = 0x0,
|
MESH_DRAW_FLAGS_NONE = 0x0,
|
||||||
@ -275,8 +293,9 @@ enum class MeshDrawPrimitiveFlags_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 22
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x16
|
// Size: 0x4
|
||||||
enum class ModelSkeletonData_t__BoneFlags_t : uint32_t
|
enum class ModelSkeletonData_t__BoneFlags_t : uint32_t
|
||||||
{
|
{
|
||||||
FLAG_NO_BONE_FLAGS = 0x0,
|
FLAG_NO_BONE_FLAGS = 0x0,
|
||||||
@ -304,8 +323,9 @@ enum class ModelSkeletonData_t__BoneFlags_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 15
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xf
|
// Size: 0x4
|
||||||
enum class PermModelInfo_t__FlagEnum : uint32_t
|
enum class PermModelInfo_t__FlagEnum : uint32_t
|
||||||
{
|
{
|
||||||
FLAG_TRANSLUCENT = 0x1,
|
FLAG_TRANSLUCENT = 0x1,
|
||||||
@ -326,6 +346,7 @@ enum class PermModelInfo_t__FlagEnum : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ModelBoneFlexComponent_t : uint32_t
|
enum class ModelBoneFlexComponent_t : uint32_t
|
||||||
@ -337,8 +358,9 @@ enum class ModelBoneFlexComponent_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ModelConfigAttachmentType_t : uint32_t
|
enum class ModelConfigAttachmentType_t : uint32_t
|
||||||
{
|
{
|
||||||
MODEL_CONFIG_ATTACHMENT_INVALID = 0xffffffffffffffff,
|
MODEL_CONFIG_ATTACHMENT_INVALID = 0xffffffffffffffff,
|
||||||
@ -349,8 +371,9 @@ enum class ModelConfigAttachmentType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 26
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x1a
|
// Size: 0x4
|
||||||
enum class FlexOpCode_t : uint32_t
|
enum class FlexOpCode_t : uint32_t
|
||||||
{
|
{
|
||||||
FLEX_OP_CONST = 0x1,
|
FLEX_OP_CONST = 0x1,
|
||||||
@ -382,6 +405,7 @@ enum class FlexOpCode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class MorphFlexControllerRemapType_t : uint32_t
|
enum class MorphFlexControllerRemapType_t : uint32_t
|
||||||
@ -393,6 +417,7 @@ enum class MorphFlexControllerRemapType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class MorphBundleType_t : uint32_t
|
enum class MorphBundleType_t : uint32_t
|
||||||
@ -404,8 +429,9 @@ enum class MorphBundleType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'modellib')
|
// Registered binary: animationsystem.dll (project 'modellib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x5
|
// Size: 0x1
|
||||||
enum class MovementGait_t : uint8_t
|
enum class MovementGait_t : uint8_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -421,8 +447,9 @@ enum class MovementGait_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x3
|
// Size: 0x1
|
||||||
enum class CNmBoneMask__WeightInfo_t : uint8_t
|
enum class CNmBoneMask__WeightInfo_t : uint8_t
|
||||||
{
|
{
|
||||||
Zero = 0x0,
|
Zero = 0x0,
|
||||||
@ -431,8 +458,9 @@ enum class CNmBoneMask__WeightInfo_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x4
|
// Size: 0x1
|
||||||
enum class NmFootPhase_t : uint8_t
|
enum class NmFootPhase_t : uint8_t
|
||||||
{
|
{
|
||||||
LeftFootDown = 0x0,
|
LeftFootDown = 0x0,
|
||||||
@ -442,8 +470,9 @@ enum class NmFootPhase_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x6
|
// Size: 0x1
|
||||||
enum class NmFootPhaseCondition_t : uint8_t
|
enum class NmFootPhaseCondition_t : uint8_t
|
||||||
{
|
{
|
||||||
LeftFootDown = 0x0,
|
LeftFootDown = 0x0,
|
||||||
@ -455,8 +484,9 @@ enum class NmFootPhaseCondition_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x3
|
// Size: 0x1
|
||||||
enum class NmTransitionRule_t : uint8_t
|
enum class NmTransitionRule_t : uint8_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Fully Allowed"
|
// MPropertyFriendlyName "Fully Allowed"
|
||||||
@ -468,8 +498,9 @@ enum class NmTransitionRule_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x4
|
// Size: 0x1
|
||||||
enum class NmTransitionRuleCondition_t : uint8_t
|
enum class NmTransitionRuleCondition_t : uint8_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Any Allowed"
|
// MPropertyFriendlyName "Any Allowed"
|
||||||
@ -483,8 +514,9 @@ enum class NmTransitionRuleCondition_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animlib')
|
// Registered binary: animationsystem.dll (project 'animlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class NmFrameSnapEventMode_t : uint32_t
|
enum class NmFrameSnapEventMode_t : uint32_t
|
||||||
{
|
{
|
||||||
Floor = 0x0,
|
Floor = 0x0,
|
||||||
@ -492,6 +524,7 @@ enum class NmFrameSnapEventMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class IKChannelMode : uint32_t
|
enum class IKChannelMode : uint32_t
|
||||||
@ -507,8 +540,9 @@ enum class IKChannelMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class EDemoBoneSelectionMode : uint32_t
|
enum class EDemoBoneSelectionMode : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Capture All Bones"
|
// MPropertyFriendlyName "Capture All Bones"
|
||||||
@ -518,8 +552,9 @@ enum class EDemoBoneSelectionMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 37
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x25
|
// Size: 0x4
|
||||||
enum class AnimValueSource : uint32_t
|
enum class AnimValueSource : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Move Heading"
|
// MPropertyFriendlyName "Move Heading"
|
||||||
@ -599,8 +634,9 @@ enum class AnimValueSource : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class AnimVectorSource : uint32_t
|
enum class AnimVectorSource : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Move Direction"
|
// MPropertyFriendlyName "Move Direction"
|
||||||
@ -632,8 +668,9 @@ enum class AnimVectorSource : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class DampingSpeedFunction : uint32_t
|
enum class DampingSpeedFunction : uint32_t
|
||||||
{
|
{
|
||||||
NoDamping = 0x0,
|
NoDamping = 0x0,
|
||||||
@ -642,8 +679,9 @@ enum class DampingSpeedFunction : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class AnimNodeNetworkMode : uint32_t
|
enum class AnimNodeNetworkMode : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Server Authoritative"
|
// MPropertyFriendlyName "Server Authoritative"
|
||||||
@ -653,6 +691,7 @@ enum class AnimNodeNetworkMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class StateActionBehavior : uint32_t
|
enum class StateActionBehavior : uint32_t
|
||||||
@ -664,8 +703,9 @@ enum class StateActionBehavior : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class FieldNetworkOption : uint32_t
|
enum class FieldNetworkOption : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Auto"
|
// MPropertyFriendlyName "Auto"
|
||||||
@ -677,8 +717,9 @@ enum class FieldNetworkOption : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 8
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x8
|
// Size: 0x4
|
||||||
enum class FootFallTagFoot_t : uint32_t
|
enum class FootFallTagFoot_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Left"
|
// MPropertyFriendlyName "Left"
|
||||||
@ -700,8 +741,9 @@ enum class FootFallTagFoot_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class MatterialAttributeTagType_t : uint32_t
|
enum class MatterialAttributeTagType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Value"
|
// MPropertyFriendlyName "Value"
|
||||||
@ -711,8 +753,9 @@ enum class MatterialAttributeTagType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x3
|
// Size: 0x1
|
||||||
enum class VelocityMetricMode : uint8_t
|
enum class VelocityMetricMode : uint8_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Direction Only"
|
// MPropertyFriendlyName "Direction Only"
|
||||||
@ -724,6 +767,7 @@ enum class VelocityMetricMode : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class AimMatrixBlendMode : uint32_t
|
enum class AimMatrixBlendMode : uint32_t
|
||||||
@ -739,6 +783,7 @@ enum class AimMatrixBlendMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class BoneMaskBlendSpace : uint32_t
|
enum class BoneMaskBlendSpace : uint32_t
|
||||||
@ -754,8 +799,9 @@ enum class BoneMaskBlendSpace : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class JiggleBoneSimSpace : uint32_t
|
enum class JiggleBoneSimSpace : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Local Space"
|
// MPropertyFriendlyName "Local Space"
|
||||||
@ -767,8 +813,9 @@ enum class JiggleBoneSimSpace : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class SolveIKChainAnimNodeDebugSetting : uint32_t
|
enum class SolveIKChainAnimNodeDebugSetting : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -788,8 +835,9 @@ enum class SolveIKChainAnimNodeDebugSetting : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 2
|
// Alignment: 2
|
||||||
// Size: 0x3
|
// Size: 0x2
|
||||||
enum class AnimScriptType : uint16_t
|
enum class AnimScriptType : uint16_t
|
||||||
{
|
{
|
||||||
ANIMSCRIPT_TYPE_INVALID = 0xffffffffffffffff,
|
ANIMSCRIPT_TYPE_INVALID = 0xffffffffffffffff,
|
||||||
@ -798,8 +846,9 @@ enum class AnimScriptType : uint16_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class BinaryNodeTiming : uint32_t
|
enum class BinaryNodeTiming : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Use Child1"
|
// MPropertyFriendlyName "Use Child1"
|
||||||
@ -811,8 +860,9 @@ enum class BinaryNodeTiming : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class BinaryNodeChildOption : uint32_t
|
enum class BinaryNodeChildOption : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Child 1"
|
// MPropertyFriendlyName "Child 1"
|
||||||
@ -822,6 +872,7 @@ enum class BinaryNodeChildOption : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class BlendKeyType : uint32_t
|
enum class BlendKeyType : uint32_t
|
||||||
@ -837,8 +888,9 @@ enum class BlendKeyType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class Blend2DMode : uint32_t
|
enum class Blend2DMode : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "General"
|
// MPropertyFriendlyName "General"
|
||||||
@ -848,6 +900,7 @@ enum class Blend2DMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ChoiceMethod : uint32_t
|
enum class ChoiceMethod : uint32_t
|
||||||
@ -859,8 +912,9 @@ enum class ChoiceMethod : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ChoiceChangeMethod : uint32_t
|
enum class ChoiceChangeMethod : uint32_t
|
||||||
{
|
{
|
||||||
OnReset = 0x0,
|
OnReset = 0x0,
|
||||||
@ -869,8 +923,9 @@ enum class ChoiceChangeMethod : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ChoiceBlendMethod : uint32_t
|
enum class ChoiceBlendMethod : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Single Blend Time"
|
// MPropertyFriendlyName "Single Blend Time"
|
||||||
@ -880,8 +935,9 @@ enum class ChoiceBlendMethod : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class FootLockSubVisualization : uint32_t
|
enum class FootLockSubVisualization : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Reachability Analysis"
|
// MPropertyFriendlyName "Reachability Analysis"
|
||||||
@ -891,8 +947,9 @@ enum class FootLockSubVisualization : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class FootPinningTimingSource : uint32_t
|
enum class FootPinningTimingSource : uint32_t
|
||||||
{
|
{
|
||||||
FootMotion = 0x0,
|
FootMotion = 0x0,
|
||||||
@ -901,8 +958,9 @@ enum class FootPinningTimingSource : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class StepPhase : uint32_t
|
enum class StepPhase : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "On Ground"
|
// MPropertyFriendlyName "On Ground"
|
||||||
@ -912,8 +970,9 @@ enum class StepPhase : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class JumpCorrectionMethod : uint32_t
|
enum class JumpCorrectionMethod : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Scale Animation Motion"
|
// MPropertyFriendlyName "Scale Animation Motion"
|
||||||
@ -923,8 +982,9 @@ enum class JumpCorrectionMethod : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class SelectorTagBehavior_t : uint32_t
|
enum class SelectorTagBehavior_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Active While Current"
|
// MPropertyFriendlyName "Active While Current"
|
||||||
@ -936,8 +996,9 @@ enum class SelectorTagBehavior_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class StanceOverrideMode : uint32_t
|
enum class StanceOverrideMode : uint32_t
|
||||||
{
|
{
|
||||||
Sequence = 0x0,
|
Sequence = 0x0,
|
||||||
@ -945,8 +1006,9 @@ enum class StanceOverrideMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ResetCycleOption : uint32_t
|
enum class ResetCycleOption : uint32_t
|
||||||
{
|
{
|
||||||
Beginning = 0x0,
|
Beginning = 0x0,
|
||||||
@ -957,8 +1019,9 @@ enum class ResetCycleOption : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class IkEndEffectorType : uint32_t
|
enum class IkEndEffectorType : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Attachment"
|
// MPropertyFriendlyName "Attachment"
|
||||||
@ -968,6 +1031,7 @@ enum class IkEndEffectorType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class IkTargetType : uint32_t
|
enum class IkTargetType : uint32_t
|
||||||
@ -983,8 +1047,9 @@ enum class IkTargetType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x3
|
// Size: 0x1
|
||||||
enum class PoseType_t : uint8_t
|
enum class PoseType_t : uint8_t
|
||||||
{
|
{
|
||||||
POSETYPE_STATIC = 0x0,
|
POSETYPE_STATIC = 0x0,
|
||||||
@ -993,8 +1058,9 @@ enum class PoseType_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class CAnimationGraphVisualizerPrimitiveType : uint32_t
|
enum class CAnimationGraphVisualizerPrimitiveType : uint32_t
|
||||||
{
|
{
|
||||||
ANIMATIONGRAPHVISUALIZERPRIMITIVETYPE_Text = 0x0,
|
ANIMATIONGRAPHVISUALIZERPRIMITIVETYPE_Text = 0x0,
|
||||||
@ -1005,8 +1071,9 @@ enum class CAnimationGraphVisualizerPrimitiveType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class FacingMode : uint32_t
|
enum class FacingMode : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Manual"
|
// MPropertyFriendlyName "Manual"
|
||||||
@ -1018,8 +1085,9 @@ enum class FacingMode : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class IKSolverType : uint32_t
|
enum class IKSolverType : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Perlin"
|
// MPropertyFriendlyName "Perlin"
|
||||||
@ -1037,8 +1105,9 @@ enum class IKSolverType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class IKTargetSource : uint32_t
|
enum class IKTargetSource : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Bone"
|
// MPropertyFriendlyName "Bone"
|
||||||
@ -1049,8 +1118,9 @@ enum class IKTargetSource : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
// Registered binary: animationsystem.dll (project 'animgraphlib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class IKTargetCoordinateSystem : uint32_t
|
enum class IKTargetCoordinateSystem : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "World Space"
|
// MPropertyFriendlyName "World Space"
|
||||||
|
35264
sdk/client.hpp
35264
sdk/client.hpp
File diff suppressed because it is too large
Load Diff
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: engine2.dll (project 'engine2')
|
// Registered binary: engine2.dll (project 'engine2')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class SpawnDebugOverrideState_t : uint32_t
|
enum class SpawnDebugOverrideState_t : uint32_t
|
||||||
{
|
{
|
||||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
||||||
@ -20,8 +21,9 @@ enum class SpawnDebugOverrideState_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: engine2.dll (project 'engine2')
|
// Registered binary: engine2.dll (project 'engine2')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class SpawnDebugRestrictionOverrideState_t : uint32_t
|
enum class SpawnDebugRestrictionOverrideState_t : uint32_t
|
||||||
{
|
{
|
||||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
||||||
@ -32,8 +34,9 @@ enum class SpawnDebugRestrictionOverrideState_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: engine2.dll (project 'entity2')
|
// Registered binary: engine2.dll (project 'entity2')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class EntityDormancyType_t : uint32_t
|
enum class EntityDormancyType_t : uint32_t
|
||||||
{
|
{
|
||||||
ENTITY_NOT_DORMANT = 0x0,
|
ENTITY_NOT_DORMANT = 0x0,
|
||||||
@ -42,6 +45,7 @@ enum class EntityDormancyType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: engine2.dll (project 'entity2')
|
// Registered binary: engine2.dll (project 'entity2')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class EntityIOTargetType_t : uint32_t
|
enum class EntityIOTargetType_t : uint32_t
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class HorizJustification_e : uint32_t
|
enum class HorizJustification_e : uint32_t
|
||||||
@ -21,6 +22,7 @@ enum class HorizJustification_e : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class VertJustification_e : uint32_t
|
enum class VertJustification_e : uint32_t
|
||||||
@ -32,8 +34,9 @@ enum class VertJustification_e : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class LayoutPositionType_e : uint32_t
|
enum class LayoutPositionType_e : uint32_t
|
||||||
{
|
{
|
||||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
||||||
@ -42,8 +45,9 @@ enum class LayoutPositionType_e : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class BloomBlendMode_t : uint32_t
|
enum class BloomBlendMode_t : uint32_t
|
||||||
{
|
{
|
||||||
BLOOM_BLEND_ADD = 0x0,
|
BLOOM_BLEND_ADD = 0x0,
|
||||||
@ -52,8 +56,9 @@ enum class BloomBlendMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
// Registered binary: materialsystem2.dll (project 'materialsystem2')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ViewFadeMode_t : uint32_t
|
enum class ViewFadeMode_t : uint32_t
|
||||||
{
|
{
|
||||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: panorama.dll (project 'panorama_content')
|
// Registered binary: panorama.dll (project 'panorama_content')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class ELayoutNodeType : uint32_t
|
enum class ELayoutNodeType : uint32_t
|
||||||
{
|
{
|
||||||
ROOT = 0x0,
|
ROOT = 0x0,
|
||||||
@ -30,8 +31,9 @@ enum class ELayoutNodeType : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: panorama.dll (project 'panorama_content')
|
// Registered binary: panorama.dll (project 'panorama_content')
|
||||||
|
// Enumerator count: 15
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xf
|
// Size: 0x4
|
||||||
enum class EStyleNodeType : uint32_t
|
enum class EStyleNodeType : uint32_t
|
||||||
{
|
{
|
||||||
ROOT = 0x0,
|
ROOT = 0x0,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ParticleControlPointAxis_t : uint32_t
|
enum class ParticleControlPointAxis_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "X Axis"
|
// MPropertyFriendlyName "X Axis"
|
||||||
@ -29,8 +30,9 @@ enum class ParticleControlPointAxis_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ParticleImpulseType_t : uint32_t
|
enum class ParticleImpulseType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -48,8 +50,9 @@ enum class ParticleImpulseType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleFalloffFunction_t : uint32_t
|
enum class ParticleFalloffFunction_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Constant - No Falloff"
|
// MPropertyFriendlyName "Constant - No Falloff"
|
||||||
@ -61,8 +64,9 @@ enum class ParticleFalloffFunction_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class AnimationType_t : uint32_t
|
enum class AnimationType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Fixed Rate"
|
// MPropertyFriendlyName "Fixed Rate"
|
||||||
@ -74,8 +78,9 @@ enum class AnimationType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ClosestPointTestType_t : uint32_t
|
enum class ClosestPointTestType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Box"
|
// MPropertyFriendlyName "Box"
|
||||||
@ -87,8 +92,9 @@ enum class ClosestPointTestType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class InheritableBoolType_t : uint32_t
|
enum class InheritableBoolType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Inherit from Parent"
|
// MPropertyFriendlyName "Inherit from Parent"
|
||||||
@ -100,8 +106,9 @@ enum class InheritableBoolType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleHitboxBiasType_t : uint32_t
|
enum class ParticleHitboxBiasType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Bias relative to Entity"
|
// MPropertyFriendlyName "Bias relative to Entity"
|
||||||
@ -111,8 +118,9 @@ enum class ParticleHitboxBiasType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleAttrBoxFlags_t : uint32_t
|
enum class ParticleAttrBoxFlags_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -122,8 +130,9 @@ enum class ParticleAttrBoxFlags_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class PFuncVisualizationType_t : uint32_t
|
enum class PFuncVisualizationType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Visualization Sphere Wireframe"
|
// MPropertyFriendlyName "Visualization Sphere Wireframe"
|
||||||
@ -143,8 +152,9 @@ enum class PFuncVisualizationType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class PetGroundType_t : uint32_t
|
enum class PetGroundType_t : uint32_t
|
||||||
{
|
{
|
||||||
PET_GROUND_NONE = 0x0,
|
PET_GROUND_NONE = 0x0,
|
||||||
@ -153,8 +163,9 @@ enum class PetGroundType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class SpriteCardShaderType_t : uint32_t
|
enum class SpriteCardShaderType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Default"
|
// MPropertyFriendlyName "Default"
|
||||||
@ -164,8 +175,9 @@ enum class SpriteCardShaderType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleTopology_t : uint32_t
|
enum class ParticleTopology_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Points"
|
// MPropertyFriendlyName "Points"
|
||||||
@ -181,6 +193,7 @@ enum class ParticleTopology_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleDetailLevel_t : uint32_t
|
enum class ParticleDetailLevel_t : uint32_t
|
||||||
@ -196,6 +209,7 @@ enum class ParticleDetailLevel_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleTraceSet_t : uint32_t
|
enum class ParticleTraceSet_t : uint32_t
|
||||||
@ -211,8 +225,9 @@ enum class ParticleTraceSet_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleCollisionMode_t : uint32_t
|
enum class ParticleCollisionMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Per-Particle Trace"
|
// MPropertyFriendlyName "Per-Particle Trace"
|
||||||
@ -228,8 +243,9 @@ enum class ParticleCollisionMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleColorBlendMode_t : uint32_t
|
enum class ParticleColorBlendMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Replace"
|
// MPropertyFriendlyName "Replace"
|
||||||
@ -245,8 +261,9 @@ enum class ParticleColorBlendMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class Detail2Combo_t : uint32_t
|
enum class Detail2Combo_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Uninitialized"
|
// MPropertyFriendlyName "Uninitialized"
|
||||||
@ -266,6 +283,7 @@ enum class Detail2Combo_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class DetailCombo_t : uint32_t
|
enum class DetailCombo_t : uint32_t
|
||||||
@ -281,8 +299,9 @@ enum class DetailCombo_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 9
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x9
|
// Size: 0x4
|
||||||
enum class ScalarExpressionType_t : uint32_t
|
enum class ScalarExpressionType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Uninitialized"
|
// MPropertyFriendlyName "Uninitialized"
|
||||||
@ -306,8 +325,9 @@ enum class ScalarExpressionType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 9
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x9
|
// Size: 0x4
|
||||||
enum class VectorExpressionType_t : uint32_t
|
enum class VectorExpressionType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Uninitialized"
|
// MPropertyFriendlyName "Uninitialized"
|
||||||
@ -331,8 +351,9 @@ enum class VectorExpressionType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class VectorFloatExpressionType_t : uint32_t
|
enum class VectorFloatExpressionType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Uninitialized"
|
// MPropertyFriendlyName "Uninitialized"
|
||||||
@ -352,6 +373,7 @@ enum class VectorFloatExpressionType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class MissingParentInheritBehavior_t : uint32_t
|
enum class MissingParentInheritBehavior_t : uint32_t
|
||||||
@ -367,8 +389,9 @@ enum class MissingParentInheritBehavior_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class HitboxLerpType_t : uint32_t
|
enum class HitboxLerpType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Lerp from Start/End Time"
|
// MPropertyFriendlyName "Lerp from Start/End Time"
|
||||||
@ -378,8 +401,9 @@ enum class HitboxLerpType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleSelection_t : uint32_t
|
enum class ParticleSelection_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "First/Oldest Particle"
|
// MPropertyFriendlyName "First/Oldest Particle"
|
||||||
@ -391,8 +415,9 @@ enum class ParticleSelection_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 12
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xc
|
// Size: 0x4
|
||||||
enum class ParticlePinDistance_t : uint32_t
|
enum class ParticlePinDistance_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Don't Break"
|
// MPropertyFriendlyName "Don't Break"
|
||||||
@ -422,8 +447,9 @@ enum class ParticlePinDistance_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class ParticleColorBlendType_t : uint32_t
|
enum class ParticleColorBlendType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Multiply"
|
// MPropertyFriendlyName "Multiply"
|
||||||
@ -455,8 +481,9 @@ enum class ParticleColorBlendType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ParticleSetMethod_t : uint32_t
|
enum class ParticleSetMethod_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Set Value"
|
// MPropertyFriendlyName "Set Value"
|
||||||
@ -474,8 +501,9 @@ enum class ParticleSetMethod_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleDirectionNoiseType_t : uint32_t
|
enum class ParticleDirectionNoiseType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Perlin"
|
// MPropertyFriendlyName "Perlin"
|
||||||
@ -487,8 +515,9 @@ enum class ParticleDirectionNoiseType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleRotationLockType_t : uint32_t
|
enum class ParticleRotationLockType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Don't Set"
|
// MPropertyFriendlyName "Don't Set"
|
||||||
@ -500,8 +529,9 @@ enum class ParticleRotationLockType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleEndcapMode_t : uint32_t
|
enum class ParticleEndcapMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Always Enabled"
|
// MPropertyFriendlyName "Always Enabled"
|
||||||
@ -513,8 +543,9 @@ enum class ParticleEndcapMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleLightingQuality_t : uint32_t
|
enum class ParticleLightingQuality_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Per-Particle Lighting"
|
// MPropertyFriendlyName "Per-Particle Lighting"
|
||||||
@ -526,8 +557,9 @@ enum class ParticleLightingQuality_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class StandardLightingAttenuationStyle_t : uint32_t
|
enum class StandardLightingAttenuationStyle_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Quadratic/Linear Bias"
|
// MPropertyFriendlyName "Quadratic/Linear Bias"
|
||||||
@ -537,8 +569,9 @@ enum class StandardLightingAttenuationStyle_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleTraceMissBehavior_t : uint32_t
|
enum class ParticleTraceMissBehavior_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Do Nothing"
|
// MPropertyFriendlyName "Do Nothing"
|
||||||
@ -550,8 +583,9 @@ enum class ParticleTraceMissBehavior_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleOrientationSetMode_t : uint32_t
|
enum class ParticleOrientationSetMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Set From Velocity"
|
// MPropertyFriendlyName "Set From Velocity"
|
||||||
@ -561,8 +595,9 @@ enum class ParticleOrientationSetMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleLightnintBranchBehavior_t : uint32_t
|
enum class ParticleLightnintBranchBehavior_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Branch Towards Current Direction"
|
// MPropertyFriendlyName "Branch Towards Current Direction"
|
||||||
@ -572,8 +607,9 @@ enum class ParticleLightnintBranchBehavior_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleLightFogLightingMode_t : uint32_t
|
enum class ParticleLightFogLightingMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -585,8 +621,9 @@ enum class ParticleLightFogLightingMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleSequenceCropOverride_t : uint32_t
|
enum class ParticleSequenceCropOverride_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Use Default Cropping Behavior"
|
// MPropertyFriendlyName "Use Default Cropping Behavior"
|
||||||
@ -598,8 +635,9 @@ enum class ParticleSequenceCropOverride_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleParentSetMode_t : uint32_t
|
enum class ParticleParentSetMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Set Self and Children"
|
// MPropertyFriendlyName "Set Self and Children"
|
||||||
@ -611,8 +649,9 @@ enum class ParticleParentSetMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class MaterialProxyType_t : uint32_t
|
enum class MaterialProxyType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Status Effect"
|
// MPropertyFriendlyName "Status Effect"
|
||||||
@ -622,8 +661,9 @@ enum class MaterialProxyType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class BBoxVolumeType_t : uint32_t
|
enum class BBoxVolumeType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Bounding Box Volume"
|
// MPropertyFriendlyName "Bounding Box Volume"
|
||||||
@ -635,8 +675,9 @@ enum class BBoxVolumeType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleHitboxDataSelection_t : uint32_t
|
enum class ParticleHitboxDataSelection_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Average Hitbox Speed"
|
// MPropertyFriendlyName "Average Hitbox Speed"
|
||||||
@ -646,8 +687,9 @@ enum class ParticleHitboxDataSelection_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class SnapshotIndexType_t : uint32_t
|
enum class SnapshotIndexType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Increment Index"
|
// MPropertyFriendlyName "Increment Index"
|
||||||
@ -657,8 +699,9 @@ enum class SnapshotIndexType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ParticleOrientationChoiceList_t : uint32_t
|
enum class ParticleOrientationChoiceList_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Screen Align"
|
// MPropertyFriendlyName "Screen Align"
|
||||||
@ -676,8 +719,9 @@ enum class ParticleOrientationChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class ParticleOutputBlendMode_t : uint32_t
|
enum class ParticleOutputBlendMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Alpha Blend"
|
// MPropertyFriendlyName "Alpha Blend"
|
||||||
@ -697,6 +741,7 @@ enum class ParticleOutputBlendMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleAlphaReferenceType_t : uint32_t
|
enum class ParticleAlphaReferenceType_t : uint32_t
|
||||||
@ -712,8 +757,9 @@ enum class ParticleAlphaReferenceType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class BlurFilterType_t : uint32_t
|
enum class BlurFilterType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Gaussian"
|
// MPropertyFriendlyName "Gaussian"
|
||||||
@ -723,6 +769,7 @@ enum class BlurFilterType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleLightTypeChoiceList_t : uint32_t
|
enum class ParticleLightTypeChoiceList_t : uint32_t
|
||||||
@ -738,8 +785,9 @@ enum class ParticleLightTypeChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleLightUnitChoiceList_t : uint32_t
|
enum class ParticleLightUnitChoiceList_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Candelas"
|
// MPropertyFriendlyName "Candelas"
|
||||||
@ -749,8 +797,9 @@ enum class ParticleLightUnitChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleOmni2LightTypeChoiceList_t : uint32_t
|
enum class ParticleOmni2LightTypeChoiceList_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Point"
|
// MPropertyFriendlyName "Point"
|
||||||
@ -760,8 +809,9 @@ enum class ParticleOmni2LightTypeChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleLightBehaviorChoiceList_t : uint32_t
|
enum class ParticleLightBehaviorChoiceList_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Follow Direction"
|
// MPropertyFriendlyName "Follow Direction"
|
||||||
@ -773,8 +823,9 @@ enum class ParticleLightBehaviorChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleDepthFeatheringMode_t : uint32_t
|
enum class ParticleDepthFeatheringMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Off"
|
// MPropertyFriendlyName "Off"
|
||||||
@ -786,6 +837,7 @@ enum class ParticleDepthFeatheringMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleVRHandChoiceList_t : uint32_t
|
enum class ParticleVRHandChoiceList_t : uint32_t
|
||||||
@ -801,8 +853,9 @@ enum class ParticleVRHandChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class ParticleSortingChoiceList_t : uint32_t
|
enum class ParticleSortingChoiceList_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Distance - Nearest"
|
// MPropertyFriendlyName "Distance - Nearest"
|
||||||
@ -812,8 +865,9 @@ enum class ParticleSortingChoiceList_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 10
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xa
|
// Size: 0x4
|
||||||
enum class SpriteCardTextureType_t : uint32_t
|
enum class SpriteCardTextureType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Diffuse Texture"
|
// MPropertyFriendlyName "Diffuse Texture"
|
||||||
@ -839,8 +893,9 @@ enum class SpriteCardTextureType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 15
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xf
|
// Size: 0x4
|
||||||
enum class SpriteCardTextureChannel_t : uint32_t
|
enum class SpriteCardTextureChannel_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "RGB"
|
// MPropertyFriendlyName "RGB"
|
||||||
@ -876,8 +931,9 @@ enum class SpriteCardTextureChannel_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 14
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xe
|
// Size: 0x4
|
||||||
enum class SpriteCardPerParticleScale_t : uint32_t
|
enum class SpriteCardPerParticleScale_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -911,8 +967,9 @@ enum class SpriteCardPerParticleScale_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 7
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x7
|
// Size: 0x4
|
||||||
enum class ParticleTextureLayerBlendType_t : uint32_t
|
enum class ParticleTextureLayerBlendType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Multiply"
|
// MPropertyFriendlyName "Multiply"
|
||||||
@ -932,8 +989,9 @@ enum class ParticleTextureLayerBlendType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ParticlePostProcessPriorityGroup_t : uint32_t
|
enum class ParticlePostProcessPriorityGroup_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Level Volume"
|
// MPropertyFriendlyName "Level Volume"
|
||||||
@ -951,8 +1009,9 @@ enum class ParticlePostProcessPriorityGroup_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ParticleFogType_t : uint32_t
|
enum class ParticleFogType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Use Game Default"
|
// MPropertyFriendlyName "Use Game Default"
|
||||||
@ -964,8 +1023,9 @@ enum class ParticleFogType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particles')
|
// Registered binary: particles.dll (project 'particles')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class TextureRepetitionMode_t : uint32_t
|
enum class TextureRepetitionMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Per-Particle"
|
// MPropertyFriendlyName "Per-Particle"
|
||||||
@ -975,8 +1035,9 @@ enum class TextureRepetitionMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 24
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x18
|
// Size: 0x4
|
||||||
enum class ParticleFloatType_t : uint32_t
|
enum class ParticleFloatType_t : uint32_t
|
||||||
{
|
{
|
||||||
PF_TYPE_INVALID = 0xffffffffffffffff,
|
PF_TYPE_INVALID = 0xffffffffffffffff,
|
||||||
@ -1006,8 +1067,9 @@ enum class ParticleFloatType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleFloatBiasType_t : uint32_t
|
enum class ParticleFloatBiasType_t : uint32_t
|
||||||
{
|
{
|
||||||
PF_BIAS_TYPE_INVALID = 0xffffffffffffffff,
|
PF_BIAS_TYPE_INVALID = 0xffffffffffffffff,
|
||||||
@ -1018,6 +1080,7 @@ enum class ParticleFloatBiasType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class PFNoiseType_t : uint32_t
|
enum class PFNoiseType_t : uint32_t
|
||||||
@ -1029,6 +1092,7 @@ enum class PFNoiseType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class PFNoiseModifier_t : uint32_t
|
enum class PFNoiseModifier_t : uint32_t
|
||||||
@ -1040,8 +1104,9 @@ enum class PFNoiseModifier_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class PFNoiseTurbulence_t : uint32_t
|
enum class PFNoiseTurbulence_t : uint32_t
|
||||||
{
|
{
|
||||||
PF_NOISE_TURB_NONE = 0x0,
|
PF_NOISE_TURB_NONE = 0x0,
|
||||||
@ -1053,6 +1118,7 @@ enum class PFNoiseTurbulence_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleFloatRandomMode_t : uint32_t
|
enum class ParticleFloatRandomMode_t : uint32_t
|
||||||
@ -1064,6 +1130,7 @@ enum class ParticleFloatRandomMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class ParticleFloatInputMode_t : uint32_t
|
enum class ParticleFloatInputMode_t : uint32_t
|
||||||
@ -1075,8 +1142,9 @@ enum class ParticleFloatInputMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 8
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x8
|
// Size: 0x4
|
||||||
enum class ParticleFloatMapType_t : uint32_t
|
enum class ParticleFloatMapType_t : uint32_t
|
||||||
{
|
{
|
||||||
PF_MAP_TYPE_INVALID = 0xffffffffffffffff,
|
PF_MAP_TYPE_INVALID = 0xffffffffffffffff,
|
||||||
@ -1090,8 +1158,9 @@ enum class ParticleFloatMapType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleTransformType_t : uint32_t
|
enum class ParticleTransformType_t : uint32_t
|
||||||
{
|
{
|
||||||
PT_TYPE_INVALID = 0x0,
|
PT_TYPE_INVALID = 0x0,
|
||||||
@ -1102,8 +1171,9 @@ enum class ParticleTransformType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class ParticleModelType_t : uint32_t
|
enum class ParticleModelType_t : uint32_t
|
||||||
{
|
{
|
||||||
PM_TYPE_INVALID = 0x0,
|
PM_TYPE_INVALID = 0x0,
|
||||||
@ -1114,8 +1184,9 @@ enum class ParticleModelType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: particles.dll (project 'particleslib')
|
// Registered binary: particles.dll (project 'particleslib')
|
||||||
|
// Enumerator count: 19
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x13
|
// Size: 0x4
|
||||||
enum class ParticleVecType_t : uint32_t
|
enum class ParticleVecType_t : uint32_t
|
||||||
{
|
{
|
||||||
PVEC_TYPE_INVALID = 0xffffffffffffffff,
|
PVEC_TYPE_INVALID = 0xffffffffffffffff,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 61
|
||||||
// Alignment: 2
|
// Alignment: 2
|
||||||
// Size: 0x3d
|
// Size: 0x2
|
||||||
enum class PulseInstructionCode_t : uint16_t
|
enum class PulseInstructionCode_t : uint16_t
|
||||||
{
|
{
|
||||||
INVALID = 0x0,
|
INVALID = 0x0,
|
||||||
@ -78,8 +79,9 @@ enum class PulseInstructionCode_t : uint16_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class PulseMethodCallMode_t : uint32_t
|
enum class PulseMethodCallMode_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Wait For Completion"
|
// MPropertyFriendlyName "Wait For Completion"
|
||||||
@ -91,8 +93,9 @@ enum class PulseMethodCallMode_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class PulseCursorExecResult_t : uint32_t
|
enum class PulseCursorExecResult_t : uint32_t
|
||||||
{
|
{
|
||||||
Succeeded = 0x0,
|
Succeeded = 0x0,
|
||||||
@ -101,6 +104,7 @@ enum class PulseCursorExecResult_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class PulseCursorCancelPriority_t : uint32_t
|
enum class PulseCursorCancelPriority_t : uint32_t
|
||||||
@ -119,8 +123,9 @@ enum class PulseCursorCancelPriority_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 18
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x12
|
// Size: 0x4
|
||||||
enum class PulseValueType_t : uint32_t
|
enum class PulseValueType_t : uint32_t
|
||||||
{
|
{
|
||||||
PVAL_INVALID = 0xffffffffffffffff,
|
PVAL_INVALID = 0xffffffffffffffff,
|
||||||
@ -157,8 +162,9 @@ enum class PulseValueType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class PulseTestEnumColor_t : uint32_t
|
enum class PulseTestEnumColor_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Black"
|
// MPropertyFriendlyName "Black"
|
||||||
@ -174,8 +180,9 @@ enum class PulseTestEnumColor_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
// Registered binary: pulse_system.dll (project 'pulse_runtime_lib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class PulseTestEnumShape_t : uint32_t
|
enum class PulseTestEnumShape_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Circle"
|
// MPropertyFriendlyName "Circle"
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class RenderSlotType_t : uint32_t
|
enum class RenderSlotType_t : uint32_t
|
||||||
{
|
{
|
||||||
RENDER_SLOT_INVALID = 0xffffffffffffffff,
|
RENDER_SLOT_INVALID = 0xffffffffffffffff,
|
||||||
@ -20,8 +21,9 @@ enum class RenderSlotType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
||||||
|
// Enumerator count: 12
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xc
|
// Size: 0x4
|
||||||
enum class RenderBufferFlags_t : uint32_t
|
enum class RenderBufferFlags_t : uint32_t
|
||||||
{
|
{
|
||||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||||
@ -39,8 +41,9 @@ enum class RenderBufferFlags_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class RenderPrimitiveType_t : uint32_t
|
enum class RenderPrimitiveType_t : uint32_t
|
||||||
{
|
{
|
||||||
RENDER_PRIM_POINTS = 0x0,
|
RENDER_PRIM_POINTS = 0x0,
|
||||||
@ -59,6 +62,7 @@ enum class RenderPrimitiveType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class InputLayoutVariation_t : uint32_t
|
enum class InputLayoutVariation_t : uint32_t
|
||||||
@ -70,8 +74,9 @@ enum class InputLayoutVariation_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
// Registered binary: rendersystemdx11.dll (project 'rendersystemdx11')
|
||||||
|
// Enumerator count: 8
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x8
|
// Size: 0x1
|
||||||
enum class RenderMultisampleType_t : uint8_t
|
enum class RenderMultisampleType_t : uint8_t
|
||||||
{
|
{
|
||||||
RENDER_MULTISAMPLE_INVALID = 0xffffffffffffffff,
|
RENDER_MULTISAMPLE_INVALID = 0xffffffffffffffff,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
|
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x2
|
// Size: 0x1
|
||||||
enum class FuseVariableAccess_t : uint8_t
|
enum class FuseVariableAccess_t : uint8_t
|
||||||
{
|
{
|
||||||
WRITABLE = 0x0,
|
WRITABLE = 0x0,
|
||||||
@ -19,8 +20,9 @@ enum class FuseVariableAccess_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
|
// Registered binary: resourcesystem.dll (project 'mathlib_extended')
|
||||||
|
// Enumerator count: 9
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x9
|
// Size: 0x1
|
||||||
enum class FuseVariableType_t : uint8_t
|
enum class FuseVariableType_t : uint8_t
|
||||||
{
|
{
|
||||||
INVALID = 0x0,
|
INVALID = 0x0,
|
||||||
@ -55,7 +57,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vtest"
|
||||||
struct InfoForResourceTypeTestResource_t
|
struct InfoForResourceTypeTestResource_t
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -69,7 +71,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vptest"
|
||||||
struct InfoForResourceTypeProceduralTestResource_t
|
struct InfoForResourceTypeProceduralTestResource_t
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -83,7 +85,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmtst"
|
||||||
struct InfoForResourceTypeManifestTestResource_t
|
struct InfoForResourceTypeManifestTestResource_t
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -111,7 +113,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vdata"
|
||||||
class InfoForResourceTypeCVDataResource
|
class InfoForResourceTypeCVDataResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -125,7 +127,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vpulse"
|
||||||
class InfoForResourceTypeIPulseGraphDef
|
class InfoForResourceTypeIPulseGraphDef
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -139,7 +141,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vts"
|
||||||
class InfoForResourceTypeCTypeScriptResource
|
class InfoForResourceTypeCTypeScriptResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -153,7 +155,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vjs"
|
||||||
class InfoForResourceTypeCJavaScriptResource
|
class InfoForResourceTypeCJavaScriptResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -167,7 +169,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vpcf"
|
||||||
class InfoForResourceTypeIParticleSystemDefinition
|
class InfoForResourceTypeIParticleSystemDefinition
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -181,7 +183,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsnap"
|
||||||
class InfoForResourceTypeIParticleSnapshot
|
class InfoForResourceTypeIParticleSnapshot
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -195,7 +197,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vanim"
|
||||||
class InfoForResourceTypeCAnimData
|
class InfoForResourceTypeCAnimData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -209,7 +211,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vagrp"
|
||||||
class InfoForResourceTypeCAnimationGroup
|
class InfoForResourceTypeCAnimationGroup
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -223,7 +225,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vseq"
|
||||||
class InfoForResourceTypeCSequenceGroupData
|
class InfoForResourceTypeCSequenceGroupData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -237,7 +239,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmat"
|
||||||
class InfoForResourceTypeIMaterial2
|
class InfoForResourceTypeIMaterial2
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -251,7 +253,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmorf"
|
||||||
class InfoForResourceTypeCMorphSetData
|
class InfoForResourceTypeCMorphSetData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -265,7 +267,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmesh"
|
||||||
class InfoForResourceTypeCRenderMesh
|
class InfoForResourceTypeCRenderMesh
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -279,7 +281,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmdl"
|
||||||
class InfoForResourceTypeCModel
|
class InfoForResourceTypeCModel
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -293,7 +295,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vtex"
|
||||||
class InfoForResourceTypeCTextureBase
|
class InfoForResourceTypeCTextureBase
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -307,7 +309,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsvg"
|
||||||
class InfoForResourceTypeIVectorGraphic
|
class InfoForResourceTypeIVectorGraphic
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -321,7 +323,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsndevts"
|
||||||
class InfoForResourceTypeCVSoundEventScriptList
|
class InfoForResourceTypeCVSoundEventScriptList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -335,7 +337,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsndstckvseq"
|
||||||
class InfoForResourceTypeCVSoundStackScriptList
|
class InfoForResourceTypeCVSoundStackScriptList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -349,7 +351,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsnd"
|
||||||
class InfoForResourceTypeCVoiceContainerBase
|
class InfoForResourceTypeCVoiceContainerBase
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -363,7 +365,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmix"
|
||||||
class InfoForResourceTypeCVMixListResource
|
class InfoForResourceTypeCVMixListResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -377,7 +379,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vphys"
|
||||||
class InfoForResourceTypeCPhysAggregateData
|
class InfoForResourceTypeCPhysAggregateData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -391,7 +393,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsurf"
|
||||||
class InfoForResourceTypeCVPhysXSurfacePropertiesList
|
class InfoForResourceTypeCVPhysXSurfacePropertiesList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -405,7 +407,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vents"
|
||||||
class InfoForResourceTypeCEntityLump
|
class InfoForResourceTypeCEntityLump
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -419,7 +421,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vwnod"
|
||||||
class InfoForResourceTypeCWorldNode
|
class InfoForResourceTypeCWorldNode
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -433,7 +435,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vwrld"
|
||||||
struct InfoForResourceTypeWorld_t
|
struct InfoForResourceTypeWorld_t
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -447,7 +449,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vvis"
|
||||||
class InfoForResourceTypeCVoxelVisibility
|
class InfoForResourceTypeCVoxelVisibility
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -461,7 +463,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vpost"
|
||||||
class InfoForResourceTypeCPostProcessingResource
|
class InfoForResourceTypeCPostProcessingResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -475,7 +477,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vcss"
|
||||||
class InfoForResourceTypeCPanoramaStyle
|
class InfoForResourceTypeCPanoramaStyle
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -489,7 +491,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vxml"
|
||||||
class InfoForResourceTypeCPanoramaLayout
|
class InfoForResourceTypeCPanoramaLayout
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -503,7 +505,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vpdi"
|
||||||
class InfoForResourceTypeCPanoramaDynamicImages
|
class InfoForResourceTypeCPanoramaDynamicImages
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -517,7 +519,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "item"
|
||||||
class InfoForResourceTypeCDotaItemDefinitionResource
|
class InfoForResourceTypeCDotaItemDefinitionResource
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -531,7 +533,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vdpn"
|
||||||
class InfoForResourceTypeCDOTAPatchNotesList
|
class InfoForResourceTypeCDOTAPatchNotesList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -545,7 +547,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vdvn"
|
||||||
class InfoForResourceTypeCDOTANovelsList
|
class InfoForResourceTypeCDOTANovelsList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -559,7 +561,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vanmgrpheconitemvents"
|
||||||
class InfoForResourceTypeIAnimGraphModelBinding
|
class InfoForResourceTypeIAnimGraphModelBinding
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -573,7 +575,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vcdlist"
|
||||||
class InfoForResourceTypeCChoreoSceneFileData
|
class InfoForResourceTypeCChoreoSceneFileData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -587,7 +589,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vdacdefsvsvg"
|
||||||
class InfoForResourceTypeCDACGameDefsData
|
class InfoForResourceTypeCDACGameDefsData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -601,7 +603,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vcompmat"
|
||||||
class InfoForResourceTypeCCompositeMaterialKit
|
class InfoForResourceTypeCCompositeMaterialKit
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -615,7 +617,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vgcxdatavxml"
|
||||||
class InfoForResourceTypeCGcExportableExternalData
|
class InfoForResourceTypeCGcExportableExternalData
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -629,7 +631,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vsmart"
|
||||||
class InfoForResourceTypeCSmartProp
|
class InfoForResourceTypeCSmartProp
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -643,7 +645,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "econitemvents"
|
||||||
class InfoForResourceTypeCCSGOEconItem
|
class InfoForResourceTypeCCSGOEconItem
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -657,7 +659,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vrr"
|
||||||
class InfoForResourceTypeCResponseRulesList
|
class InfoForResourceTypeCResponseRulesList
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -671,7 +673,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vnmskel"
|
||||||
class InfoForResourceTypeCNmSkeleton
|
class InfoForResourceTypeCNmSkeleton
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -685,7 +687,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vnmclip"
|
||||||
class InfoForResourceTypeCNmClip
|
class InfoForResourceTypeCNmClip
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -699,7 +701,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vnmgraphvanmgrpheconitemvents"
|
||||||
class InfoForResourceTypeCNmGraph
|
class InfoForResourceTypeCNmGraph
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@ -713,7 +715,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vnmdset"
|
||||||
class InfoForResourceTypeCNmGraphDataSet
|
class InfoForResourceTypeCNmGraphDataSet
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: scenesystem.dll (project 'scenesystem')
|
// Registered binary: scenesystem.dll (project 'scenesystem')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x4
|
// Size: 0x1
|
||||||
enum class DisableShadows_t : uint8_t
|
enum class DisableShadows_t : uint8_t
|
||||||
{
|
{
|
||||||
kDisableShadows_None = 0x0,
|
kDisableShadows_None = 0x0,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: schemasystem.dll (project 'schemasystem')
|
// Registered binary: schemasystem.dll (project 'schemasystem')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class ThreeState_t : uint32_t
|
enum class ThreeState_t : uint32_t
|
||||||
{
|
{
|
||||||
TRS_FALSE = 0x0,
|
TRS_FALSE = 0x0,
|
||||||
@ -20,8 +21,9 @@ enum class ThreeState_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: schemasystem.dll (project 'schemasystem')
|
// Registered binary: schemasystem.dll (project 'schemasystem')
|
||||||
|
// Enumerator count: 81
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x51
|
// Size: 0x1
|
||||||
enum class fieldtype_t : uint8_t
|
enum class fieldtype_t : uint8_t
|
||||||
{
|
{
|
||||||
FIELD_VOID = 0x0,
|
FIELD_VOID = 0x0,
|
||||||
@ -152,7 +154,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vrman"
|
||||||
class InfoForResourceTypeCResourceManifestInternal
|
class InfoForResourceTypeCResourceManifestInternal
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
27816
sdk/server.hpp
27816
sdk/server.hpp
File diff suppressed because it is too large
Load Diff
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 30
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x1e
|
// Size: 0x4
|
||||||
enum class soundlevel_t : uint32_t
|
enum class soundlevel_t : uint32_t
|
||||||
{
|
{
|
||||||
SNDLVL_NONE = 0x0,
|
SNDLVL_NONE = 0x0,
|
||||||
@ -47,8 +48,9 @@ enum class soundlevel_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class ActionType_t : uint32_t
|
enum class ActionType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -66,8 +68,9 @@ enum class ActionType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class SosActionStopType_t : uint32_t
|
enum class SosActionStopType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "None"
|
// MPropertyFriendlyName "None"
|
||||||
@ -79,8 +82,9 @@ enum class SosActionStopType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class SosActionSortType_t : uint32_t
|
enum class SosActionSortType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Highest"
|
// MPropertyFriendlyName "Highest"
|
||||||
@ -90,8 +94,9 @@ enum class SosActionSortType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class SosGroupType_t : uint32_t
|
enum class SosGroupType_t : uint32_t
|
||||||
{
|
{
|
||||||
// MPropertyFriendlyName "Dynamic"
|
// MPropertyFriendlyName "Dynamic"
|
||||||
@ -101,8 +106,9 @@ enum class SosGroupType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem')
|
// Registered binary: soundsystem.dll (project 'soundsystem')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class SosEditItemType_t : uint32_t
|
enum class SosEditItemType_t : uint32_t
|
||||||
{
|
{
|
||||||
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
|
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
|
||||||
@ -114,8 +120,9 @@ enum class SosEditItemType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 10
|
||||||
// Alignment: 2
|
// Alignment: 2
|
||||||
// Size: 0xa
|
// Size: 0x2
|
||||||
enum class VMixFilterType_t : uint16_t
|
enum class VMixFilterType_t : uint16_t
|
||||||
{
|
{
|
||||||
FILTER_UNKNOWN = 0xffffffffffffffff,
|
FILTER_UNKNOWN = 0xffffffffffffffff,
|
||||||
@ -131,8 +138,9 @@ enum class VMixFilterType_t : uint16_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 9
|
||||||
// Alignment: 1
|
// Alignment: 1
|
||||||
// Size: 0x9
|
// Size: 0x1
|
||||||
enum class VMixFilterSlope_t : uint8_t
|
enum class VMixFilterSlope_t : uint8_t
|
||||||
{
|
{
|
||||||
FILTER_SLOPE_1POLE_6dB = 0x0,
|
FILTER_SLOPE_1POLE_6dB = 0x0,
|
||||||
@ -147,8 +155,9 @@ enum class VMixFilterSlope_t : uint8_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 30
|
||||||
// Alignment: 2
|
// Alignment: 2
|
||||||
// Size: 0x1e
|
// Size: 0x2
|
||||||
enum class VMixProcessorType_t : uint16_t
|
enum class VMixProcessorType_t : uint16_t
|
||||||
{
|
{
|
||||||
VPROCESSOR_UNKNOWN = 0x0,
|
VPROCESSOR_UNKNOWN = 0x0,
|
||||||
@ -184,8 +193,9 @@ enum class VMixProcessorType_t : uint16_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 5
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x5
|
// Size: 0x4
|
||||||
enum class VMixLFOShape_t : uint32_t
|
enum class VMixLFOShape_t : uint32_t
|
||||||
{
|
{
|
||||||
LFO_SHAPE_SINE = 0x0,
|
LFO_SHAPE_SINE = 0x0,
|
||||||
@ -196,8 +206,9 @@ enum class VMixLFOShape_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 2
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x2
|
// Size: 0x4
|
||||||
enum class VMixPannerType_t : uint32_t
|
enum class VMixPannerType_t : uint32_t
|
||||||
{
|
{
|
||||||
PANNER_TYPE_LINEAR = 0x0,
|
PANNER_TYPE_LINEAR = 0x0,
|
||||||
@ -205,8 +216,9 @@ enum class VMixPannerType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class VMixSubgraphSwitchInterpolationType_t : uint32_t
|
enum class VMixSubgraphSwitchInterpolationType_t : uint32_t
|
||||||
{
|
{
|
||||||
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
|
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
|
||||||
@ -215,8 +227,9 @@ enum class VMixSubgraphSwitchInterpolationType_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
// Registered binary: soundsystem.dll (project 'soundsystem_lowlevel')
|
||||||
|
// Enumerator count: 6
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x6
|
// Size: 0x4
|
||||||
enum class VMixChannelOperation_t : uint32_t
|
enum class VMixChannelOperation_t : uint32_t
|
||||||
{
|
{
|
||||||
VMIX_CHAN_STEREO = 0x0,
|
VMIX_CHAN_STEREO = 0x0,
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: vphysics2.dll (project 'physicslib')
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
||||||
|
// Enumerator count: 4
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x4
|
// Size: 0x4
|
||||||
enum class JointAxis_t : uint32_t
|
enum class JointAxis_t : uint32_t
|
||||||
@ -21,8 +22,9 @@ enum class JointAxis_t : uint32_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Registered binary: vphysics2.dll (project 'physicslib')
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
||||||
|
// Enumerator count: 3
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0x3
|
// Size: 0x4
|
||||||
enum class JointMotion_t : uint32_t
|
enum class JointMotion_t : uint32_t
|
||||||
{
|
{
|
||||||
JOINT_MOTION_FREE = 0x0,
|
JOINT_MOTION_FREE = 0x0,
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
// /////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Registered binary: worldrenderer.dll (project 'worldrenderer')
|
// Registered binary: worldrenderer.dll (project 'worldrenderer')
|
||||||
|
// Enumerator count: 13
|
||||||
// Alignment: 4
|
// Alignment: 4
|
||||||
// Size: 0xd
|
// Size: 0x4
|
||||||
enum class ObjectTypeFlags_t : uint32_t
|
enum class ObjectTypeFlags_t : uint32_t
|
||||||
{
|
{
|
||||||
OBJECT_TYPE_NONE = 0x0,
|
OBJECT_TYPE_NONE = 0x0,
|
||||||
@ -461,7 +462,7 @@ public:
|
|||||||
// Has Trivial Constructor
|
// Has Trivial Constructor
|
||||||
// Has Trivial Destructor
|
// Has Trivial Destructor
|
||||||
//
|
//
|
||||||
// MResourceTypeForInfoType
|
// MResourceTypeForInfoType "vmap"
|
||||||
struct InfoForResourceTypeVMapResourceData_t
|
struct InfoForResourceTypeVMapResourceData_t
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user