C# Class LKCamelot.script.monster.LootPackEntry

Mostrar archivo Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
PackItems System.Type[]
m_Chance int
m_MaxProps int
m_Quantity LootPackDice
m_item System.Type

Public Methods

Method Description
LootPackEntry ( double chance, Type item, LootPackDice quantity, int maxProps, int minIntensity, int maxIntensity ) : System
LootPackEntry ( double chance, Type item, int quantity ) : System
LootPackEntry ( double chance, Type item, int quantity, int maxProps, int minIntensity, int maxIntensity ) : System
LootPackEntry ( double chance, Type item, string quantity ) : System
LootPackEntry ( double chance, Type item, string quantity, int maxProps, int minIntensity, int maxIntensity ) : System
TryDrop ( ) : bool

Method Details

LootPackEntry() public method

public LootPackEntry ( double chance, Type item, LootPackDice quantity, int maxProps, int minIntensity, int maxIntensity ) : System
chance double
item System.Type
quantity LootPackDice
maxProps int
minIntensity int
maxIntensity int
return System

LootPackEntry() public method

public LootPackEntry ( double chance, Type item, int quantity ) : System
chance double
item System.Type
quantity int
return System

LootPackEntry() public method

public LootPackEntry ( double chance, Type item, int quantity, int maxProps, int minIntensity, int maxIntensity ) : System
chance double
item System.Type
quantity int
maxProps int
minIntensity int
maxIntensity int
return System

LootPackEntry() public method

public LootPackEntry ( double chance, Type item, string quantity ) : System
chance double
item System.Type
quantity string
return System

LootPackEntry() public method

public LootPackEntry ( double chance, Type item, string quantity, int maxProps, int minIntensity, int maxIntensity ) : System
chance double
item System.Type
quantity string
maxProps int
minIntensity int
maxIntensity int
return System

TryDrop() public method

public TryDrop ( ) : bool
return bool

Property Details

PackItems public_oe property

public Type[],System PackItems
return System.Type[]

m_Chance public_oe property

public int m_Chance
return int

m_MaxProps public_oe property

public int m_MaxProps
return int

m_Quantity public_oe property

public LootPackDice,LKCamelot.script.monster m_Quantity
return LootPackDice

m_item public_oe property

public Type,System m_item
return System.Type