MeleeEntityCommonData
Inherits from Asset
Summary
Constructors
MeleeEntityCommonData() |
MeleeEntityCommonData(guid: Guid) |
MeleeEntityCommonData(other: Asset) |
MeleeEntityCommonData(other: DataContainer) |
Properties
Name | Type |
---|---|
meleeBinding | CharacterMeleeBinding |
meleeCommonBinding | CharacterMeleeCommonBinding |
triggerDelay | float |
defendWindow | float |
killDelay | float |
meleeEndDelay | float |
invalidMeleeAttackZone | float |
meleeAttackDistance | float |
maxAttackHeightDifference | float |
killDamage | float |
proneAttackType | AntEnumeration | nil |
crouchAttackType | AntEnumeration | nil |
enableAbortPossibility | bool |
Static members
Name | Type |
---|---|
MeleeEntityCommonData.typeInfo | TypeInformation |
Constructors
MeleeEntityCommonData
MeleeEntityCommonData()
Creates a new MeleeEntityCommonData frostbite instance.
MeleeEntityCommonData
MeleeEntityCommonData(guid: Guid)
Creates a new MeleeEntityCommonData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MeleeEntityCommonData
MeleeEntityCommonData(other: Asset)
Casts an instance of type Asset to MeleeEntityCommonData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to MeleeEntityCommonData. |
MeleeEntityCommonData
MeleeEntityCommonData(other: DataContainer)
Casts an instance of type DataContainer to MeleeEntityCommonData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MeleeEntityCommonData. |
Properties
meleeBinding
meleeCommonBinding
triggerDelay
float
defendWindow
float
killDelay
float
meleeEndDelay
float
invalidMeleeAttackZone
float
meleeAttackDistance
float
maxAttackHeightDifference
float
killDamage
float
proneAttackType
AntEnumeration | nil
crouchAttackType
AntEnumeration | nil
enableAbortPossibility
bool
Static members
typeInfo
The type information for the MeleeEntityCommonData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)