C# Class ABM_creator.ConsumableCreator

Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
ipHash HashSet

Public Methods

Method Description
NotfyIconsNotFoundFor ( string consumableName, string>.Dictionary missingIcons ) : void
Run ( ) : void
nonpotion ( int spellid ) : bool

Private Methods

Method Description
addClassRestrictions ( NWN2Toolset item, int bardLevel, int clericLevel, int druidLevel, int paladinLevel, int rangerLevel, int wizardLevel ) : NWN2Toolset.NWN2.Data.Blueprints.NWN2ItemBlueprint

Method Details

NotfyIconsNotFoundFor() public method

public NotfyIconsNotFoundFor ( string consumableName, string>.Dictionary missingIcons ) : void
consumableName string
missingIcons string>.Dictionary
return void

Run() public method

public Run ( ) : void
return void

nonpotion() public method

public nonpotion ( int spellid ) : bool
spellid int
return bool

Property Details

ipHash static public property

static public HashSet ipHash
return HashSet