C# Class CSGOTriggerbot.CSGOClasses.CSPlayer.Skeleton

Inheritance: System.Entity
Show file Open project: BigMo/Zat-s-External-CSGO-Multihack-v3

Public Methods

Method Description
GetBoneByIndex ( int index ) : Vector3
Skeleton ( int address ) : System

Protected Methods

Method Description
AddBone ( string name, int index ) : void

Method Details

AddBone() protected method

protected AddBone ( string name, int index ) : void
name string
index int
return void

GetBoneByIndex() public method

public GetBoneByIndex ( int index ) : Vector3
index int
return Vector3

Skeleton() public method

public Skeleton ( int address ) : System
address int
return System