C# Class Server.Loot

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
Construct ( ) : Item
Construct ( Type type ) : Item
Construct ( Type types, int index ) : Item
RandomArmor ( ) : BaseArmor
RandomArmorOrHat ( ) : Item
RandomArmorOrShield ( ) : BaseArmor
RandomArmorOrShieldOrJewelry ( ) : Item
RandomArmorOrShieldOrWeapon ( ) : Item
RandomArmorOrShieldOrWeaponOrJewelry ( ) : Item
RandomClothing ( ) : BaseClothing
RandomGem ( ) : Item
RandomHat ( ) : BaseHat
RandomInstrument ( ) : BaseInstrument
RandomJewelry ( ) : BaseJewel
RandomLibraryBook ( ) : BaseBook
RandomPossibleReagent ( ) : Item
RandomPotion ( ) : Item
RandomRangedWeapon ( ) : BaseWeapon
RandomReagent ( ) : Item
RandomScroll ( int minIndex, int maxIndex, SpellbookType type ) : SpellScroll
RandomShield ( ) : BaseShield
RandomStatue ( ) : Item
RandomWand ( ) : BaseWand
RandomWeapon ( ) : BaseWeapon
RandomWeaponOrJewelry ( ) : Item

Method Details

Construct() public static méthode

public static Construct ( ) : Item
Résultat Item

Construct() public static méthode

public static Construct ( Type type ) : Item
type System.Type
Résultat Item

Construct() public static méthode

public static Construct ( Type types, int index ) : Item
types System.Type
index int
Résultat Item

RandomArmor() public static méthode

public static RandomArmor ( ) : BaseArmor
Résultat Server.Items.BaseArmor

RandomArmorOrHat() public static méthode

public static RandomArmorOrHat ( ) : Item
Résultat Item

RandomArmorOrShield() public static méthode

public static RandomArmorOrShield ( ) : BaseArmor
Résultat Server.Items.BaseArmor

RandomArmorOrShieldOrJewelry() public static méthode

public static RandomArmorOrShieldOrJewelry ( ) : Item
Résultat Item

RandomArmorOrShieldOrWeapon() public static méthode

public static RandomArmorOrShieldOrWeapon ( ) : Item
Résultat Item

RandomArmorOrShieldOrWeaponOrJewelry() public static méthode

public static RandomArmorOrShieldOrWeaponOrJewelry ( ) : Item
Résultat Item

RandomClothing() public static méthode

public static RandomClothing ( ) : BaseClothing
Résultat Server.Items.BaseClothing

RandomGem() public static méthode

public static RandomGem ( ) : Item
Résultat Item

RandomHat() public static méthode

public static RandomHat ( ) : BaseHat
Résultat Server.Items.BaseHat

RandomInstrument() public static méthode

public static RandomInstrument ( ) : BaseInstrument
Résultat Server.Items.BaseInstrument

RandomJewelry() public static méthode

public static RandomJewelry ( ) : BaseJewel
Résultat Server.Items.BaseJewel

RandomLibraryBook() public static méthode

public static RandomLibraryBook ( ) : BaseBook
Résultat Server.Items.BaseBook

RandomPossibleReagent() public static méthode

public static RandomPossibleReagent ( ) : Item
Résultat Item

RandomPotion() public static méthode

public static RandomPotion ( ) : Item
Résultat Item

RandomRangedWeapon() public static méthode

public static RandomRangedWeapon ( ) : BaseWeapon
Résultat Server.Items.BaseWeapon

RandomReagent() public static méthode

public static RandomReagent ( ) : Item
Résultat Item

RandomScroll() public static méthode

public static RandomScroll ( int minIndex, int maxIndex, SpellbookType type ) : SpellScroll
minIndex int
maxIndex int
type SpellbookType
Résultat Server.Items.SpellScroll

RandomShield() public static méthode

public static RandomShield ( ) : BaseShield
Résultat Server.Items.BaseShield

RandomStatue() public static méthode

public static RandomStatue ( ) : Item
Résultat Item

RandomWand() public static méthode

public static RandomWand ( ) : BaseWand
Résultat Server.Items.BaseWand

RandomWeapon() public static méthode

public static RandomWeapon ( ) : BaseWeapon
Résultat Server.Items.BaseWeapon

RandomWeaponOrJewelry() public static méthode

public static RandomWeaponOrJewelry ( ) : Item
Résultat Item