C# Класс ExampleMod.Items.Armor.ExampleRobe

Наследование: Terraria.ModLoader.ModItem
Показать файл Открыть проект

Открытые методы

Метод Описание
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