C# Class AgaHackTools.Example.Shared.Structs.Player

Afficher le fichier Open project: aganonki/HackTools

Méthodes publiques

Méthode Description
GetActiveWeapon ( ISmartMemory memUtils ) : CSGOWeapon
GetBoneAddress ( int boneIndex ) : int
GetBoneVector ( Bones bone ) : Vector3
IsValid ( ) : bool
ToString ( ) : string

Method Details

GetActiveWeapon() public méthode

public GetActiveWeapon ( ISmartMemory memUtils ) : CSGOWeapon
memUtils ISmartMemory
Résultat CSGOWeapon

GetBoneAddress() public méthode

public GetBoneAddress ( int boneIndex ) : int
boneIndex int
Résultat int

GetBoneVector() public méthode

public GetBoneVector ( Bones bone ) : Vector3
bone Bones
Résultat Vector3

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string