C# 클래스 GTAVBETrainerDotNet.Weapon.WeaponData

Weapon data
파일 보기 프로젝트 열기: betenner/betrainer 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : WeaponData

Creates a clone of this weapon data.
Selected attachment index will not be cloned.
Attachment data only clones reference.

GetAttachmentData ( int index ) : WeaponAttachmentData

Gets the specified attachment data of this weapon

WeaponData ( string name, string internalValue, bool tint = true ) : System

Creates a weapon data

메소드 상세

Clone() 공개 메소드

Creates a clone of this weapon data.
Selected attachment index will not be cloned.
Attachment data only clones reference.
public Clone ( ) : WeaponData
리턴 WeaponData

GetAttachmentData() 공개 메소드

Gets the specified attachment data of this weapon
public GetAttachmentData ( int index ) : WeaponAttachmentData
index int Index of attachment
리턴 WeaponAttachmentData

WeaponData() 공개 메소드

Creates a weapon data
public WeaponData ( string name, string internalValue, bool tint = true ) : System
name string Name
internalValue string Internal value
tint bool Can has tint
리턴 System