C# 클래스 CSGOTriggerbot.CSGOClasses.CSPlayer.Skeleton

상속: System.Entity
파일 보기 프로젝트 열기: BigMo/Zat-s-External-CSGO-Multihack-v3

공개 메소드들

메소드 설명
GetBoneByIndex ( int index ) : Vector3
Skeleton ( int address ) : System

보호된 메소드들

메소드 설명
AddBone ( string name, int index ) : void

메소드 상세

AddBone() 보호된 메소드

protected AddBone ( string name, int index ) : void
name string
index int
리턴 void

GetBoneByIndex() 공개 메소드

public GetBoneByIndex ( int index ) : Vector3
index int
리턴 Vector3

Skeleton() 공개 메소드

public Skeleton ( int address ) : System
address int
리턴 System