C# Class fBaseXtensions.Items.ItemFunc

Afficher le fichier Open project: herbfunk/Funky

Méthodes publiques

Méthode Description
DBItemTypeToPluginItemType ( ItemType type ) : PluginItemTypes
DetermineBaseItemType ( PluginDroppedItemTypes dropitemtype ) : PluginBaseItemTypes
DetermineBaseItemType ( string internalName, int SNOId = -1 ) : PluginBaseItemTypes
DetermineBaseType ( PluginItemTypes thisPluginItemTypes ) : PluginBaseItemTypes
DetermineDroppedItemType ( int SNO, string internalname = "" ) : PluginDroppedItemTypes
DetermineDroppedItemType ( string internalName, int SNOId = -1 ) : PluginDroppedItemTypes
DetermineIsItemActorType ( string internalName ) : ItemStringEntry
DetermineIsStackable ( CacheACDItem item ) : bool
DetermineIsStackable ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
DetermineIsStackable ( PluginItemTypes thisPluginItemTypes, int snoid = -1 ) : bool
DetermineIsTwoSlot ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
DetermineIsTwoSlot ( PluginItemTypes thisPluginItemTypes ) : bool
DetermineItemType ( CacheACDItem cacheItem ) : PluginItemTypes
DetermineItemType ( string sThisInternalName, ItemType DBItemType, FollowerType dbFollowerType = FollowerType.None, int snoid = -1 ) : PluginItemTypes
GetGreaterRiftKeystoneRank ( int SnoID ) : int
GetLegendaryGemUpgradeChance ( int RiftLevel, int GemLevel ) : double

Returns a value between 0 and 1 of upgrading success chance

IsUberKey ( int SNOID ) : bool
PluginItemTypeToDBItemType ( PluginItemTypes thisPluginItemTypes ) : ItemType
ReturnFollowerType ( PluginItemTypes types ) : FollowerType
ReturnGemQualityType ( int snoid, int itemLevel ) : GemQualityTypes
ReturnPotionType ( int snoid ) : PotionTypes

Method Details

DBItemTypeToPluginItemType() public static méthode

public static DBItemTypeToPluginItemType ( ItemType type ) : PluginItemTypes
type ItemType
Résultat PluginItemTypes

DetermineBaseItemType() public static méthode

public static DetermineBaseItemType ( PluginDroppedItemTypes dropitemtype ) : PluginBaseItemTypes
dropitemtype PluginDroppedItemTypes
Résultat PluginBaseItemTypes

DetermineBaseItemType() public static méthode

public static DetermineBaseItemType ( string internalName, int SNOId = -1 ) : PluginBaseItemTypes
internalName string
SNOId int
Résultat PluginBaseItemTypes

DetermineBaseType() public static méthode

public static DetermineBaseType ( PluginItemTypes thisPluginItemTypes ) : PluginBaseItemTypes
thisPluginItemTypes PluginItemTypes
Résultat PluginBaseItemTypes

DetermineDroppedItemType() public static méthode

public static DetermineDroppedItemType ( int SNO, string internalname = "" ) : PluginDroppedItemTypes
SNO int
internalname string
Résultat PluginDroppedItemTypes

DetermineDroppedItemType() public static méthode

public static DetermineDroppedItemType ( string internalName, int SNOId = -1 ) : PluginDroppedItemTypes
internalName string
SNOId int
Résultat PluginDroppedItemTypes

DetermineIsItemActorType() public static méthode

public static DetermineIsItemActorType ( string internalName ) : ItemStringEntry
internalName string
Résultat fBaseXtensions.Cache.External.Objects.ItemStringEntry

DetermineIsStackable() public static méthode

public static DetermineIsStackable ( CacheACDItem item ) : bool
item CacheACDItem
Résultat bool

DetermineIsStackable() public static méthode

public static DetermineIsStackable ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginDroppedItemTypes
Résultat bool

DetermineIsStackable() public static méthode

public static DetermineIsStackable ( PluginItemTypes thisPluginItemTypes, int snoid = -1 ) : bool
thisPluginItemTypes PluginItemTypes
snoid int
Résultat bool

DetermineIsTwoSlot() public static méthode

public static DetermineIsTwoSlot ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginDroppedItemTypes
Résultat bool

DetermineIsTwoSlot() public static méthode

public static DetermineIsTwoSlot ( PluginItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginItemTypes
Résultat bool

DetermineItemType() public static méthode

public static DetermineItemType ( CacheACDItem cacheItem ) : PluginItemTypes
cacheItem CacheACDItem
Résultat PluginItemTypes

DetermineItemType() public static méthode

public static DetermineItemType ( string sThisInternalName, ItemType DBItemType, FollowerType dbFollowerType = FollowerType.None, int snoid = -1 ) : PluginItemTypes
sThisInternalName string
DBItemType ItemType
dbFollowerType FollowerType
snoid int
Résultat PluginItemTypes

GetGreaterRiftKeystoneRank() public static méthode

public static GetGreaterRiftKeystoneRank ( int SnoID ) : int
SnoID int
Résultat int

GetLegendaryGemUpgradeChance() public static méthode

Returns a value between 0 and 1 of upgrading success chance
public static GetLegendaryGemUpgradeChance ( int RiftLevel, int GemLevel ) : double
RiftLevel int
GemLevel int
Résultat double

IsUberKey() public static méthode

public static IsUberKey ( int SNOID ) : bool
SNOID int
Résultat bool

PluginItemTypeToDBItemType() public static méthode

public static PluginItemTypeToDBItemType ( PluginItemTypes thisPluginItemTypes ) : ItemType
thisPluginItemTypes PluginItemTypes
Résultat ItemType

ReturnFollowerType() public static méthode

public static ReturnFollowerType ( PluginItemTypes types ) : FollowerType
types PluginItemTypes
Résultat FollowerType

ReturnGemQualityType() public static méthode

public static ReturnGemQualityType ( int snoid, int itemLevel ) : GemQualityTypes
snoid int
itemLevel int
Résultat GemQualityTypes

ReturnPotionType() public static méthode

public static ReturnPotionType ( int snoid ) : PotionTypes
snoid int
Résultat PotionTypes