Shooter Template  1.2.3
Classes | Enumerations
Invector.vMelee Namespace Reference

Classes

class  HitProperties
 
class  OnHitEnter
 
class  vBodyMember
 
class  vCollectMeleeControl
 
class  vCollectShooterMeleeControl
 
class  vCreateMeleeCharacterEditor
 
class  vCreateMeleeWeaponEditor
 
class  vDamageDrawer
 
class  vHitBox
 
class  vHitEffects
 
class  vHitInfo
 
class  vMeleeAttackControl
 
class  vMeleeAttackControlEditor
 
class  vMeleeAttackObject
 
class  vMeleeManager
 
class  vMeleeManagerEditor
 
class  vMeleeWeapon
 
class  vOnHitEvent
 
class  vRandomAttackBehaviour
 

Enumerations

enum  vHitBoxType { vHitBoxType.Damage = 1, vHitBoxType.Recoil = 2 }
 
enum  vHumanBones {
  vHumanBones.RightHand, vHumanBones.RightLowerArm, vHumanBones.RightUpperArm, vHumanBones.RightShoulder,
  vHumanBones.LeftHand, vHumanBones.LeftLowerArm, vHumanBones.LetfUpperArm, vHumanBones.LeftShoulder,
  vHumanBones.RightFoot, vHumanBones.RightLowerLeg, vHumanBones.RightUpperLeg, vHumanBones.LeftFoot,
  vHumanBones.LeftLowerLeg, vHumanBones.LeftUpperLeg, vHumanBones.Chest, vHumanBones.Head
}
 
enum  vAttackType { vAttackType.Unarmed, vAttackType.MeleeWeapon }
 
enum  vMeleeType { vMeleeType.OnlyDefense, vMeleeType.OnlyAttack, vMeleeType.AttackAndDefense }
 

Enumeration Type Documentation

◆ vAttackType

Enumerator
Unarmed 
MeleeWeapon 

◆ vHitBoxType

Enumerator
Damage 
Recoil 

◆ vHumanBones

Enumerator
RightHand 
RightLowerArm 
RightUpperArm 
RightShoulder 
LeftHand 
LeftLowerArm 
LetfUpperArm 
LeftShoulder 
RightFoot 
RightLowerLeg 
RightUpperLeg 
LeftFoot 
LeftLowerLeg 
LeftUpperLeg 
Chest 
Head 

◆ vMeleeType

Enumerator
OnlyDefense 
OnlyAttack 
AttackAndDefense