C# 클래스 ExampleMod.Items.Armor.ExampleRobe

상속: Terraria.ModLoader.ModItem
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
Autoload ( string &name, string &texture, IList equips ) : bool
DrawHands ( bool &drawHands, bool &drawArms ) : void
SetDefaults ( ) : void
SetMatch ( bool male, int &equipSlot, bool &robes ) : void

메소드 상세

Autoload() 공개 메소드

public Autoload ( string &name, string &texture, IList equips ) : bool
name string
texture string
equips IList
리턴 bool

DrawHands() 공개 메소드

public DrawHands ( bool &drawHands, bool &drawArms ) : void
drawHands bool
drawArms bool
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

SetMatch() 공개 메소드

public SetMatch ( bool male, int &equipSlot, bool &robes ) : void
male bool
equipSlot int
robes bool
리턴 void