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

Show file Open project: aganonki/HackTools

Public Methods

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

Method Details

GetActiveWeapon() public method

public GetActiveWeapon ( ISmartMemory memUtils ) : CSGOWeapon
memUtils ISmartMemory
return CSGOWeapon

GetBoneAddress() public method

public GetBoneAddress ( int boneIndex ) : int
boneIndex int
return int

GetBoneVector() public method

public GetBoneVector ( Bones bone ) : Vector3
bone Bones
return Vector3

IsValid() public method

public IsValid ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string