C# Class ACR_Items.GeneratePotion

Inheritance: CLRScriptFramework.CLRScriptBase
Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
Level1Potions List
Level2Potions List
Level3Potions List

Public Methods

Method Description
NewPotion ( CLRScriptBase script, int maxValue ) : int

Method Details

NewPotion() public static method

public static NewPotion ( CLRScriptBase script, int maxValue ) : int
script CLRScriptFramework.CLRScriptBase
maxValue int
return int

Property Details

Level1Potions public_oe static_oe property

public static List Level1Potions
return List

Level2Potions public_oe static_oe property

public static List Level2Potions
return List

Level3Potions public_oe static_oe property

public static List Level3Potions
return List