C# Класс fBaseXtensions.Items.ItemFunc

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DBItemTypeToPluginItemType() публичный статический Метод

public static DBItemTypeToPluginItemType ( ItemType type ) : PluginItemTypes
type ItemType
Результат PluginItemTypes

DetermineBaseItemType() публичный статический Метод

public static DetermineBaseItemType ( PluginDroppedItemTypes dropitemtype ) : PluginBaseItemTypes
dropitemtype PluginDroppedItemTypes
Результат PluginBaseItemTypes

DetermineBaseItemType() публичный статический Метод

public static DetermineBaseItemType ( string internalName, int SNOId = -1 ) : PluginBaseItemTypes
internalName string
SNOId int
Результат PluginBaseItemTypes

DetermineBaseType() публичный статический Метод

public static DetermineBaseType ( PluginItemTypes thisPluginItemTypes ) : PluginBaseItemTypes
thisPluginItemTypes PluginItemTypes
Результат PluginBaseItemTypes

DetermineDroppedItemType() публичный статический Метод

public static DetermineDroppedItemType ( int SNO, string internalname = "" ) : PluginDroppedItemTypes
SNO int
internalname string
Результат PluginDroppedItemTypes

DetermineDroppedItemType() публичный статический Метод

public static DetermineDroppedItemType ( string internalName, int SNOId = -1 ) : PluginDroppedItemTypes
internalName string
SNOId int
Результат PluginDroppedItemTypes

DetermineIsItemActorType() публичный статический Метод

public static DetermineIsItemActorType ( string internalName ) : ItemStringEntry
internalName string
Результат fBaseXtensions.Cache.External.Objects.ItemStringEntry

DetermineIsStackable() публичный статический Метод

public static DetermineIsStackable ( CacheACDItem item ) : bool
item CacheACDItem
Результат bool

DetermineIsStackable() публичный статический Метод

public static DetermineIsStackable ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginDroppedItemTypes
Результат bool

DetermineIsStackable() публичный статический Метод

public static DetermineIsStackable ( PluginItemTypes thisPluginItemTypes, int snoid = -1 ) : bool
thisPluginItemTypes PluginItemTypes
snoid int
Результат bool

DetermineIsTwoSlot() публичный статический Метод

public static DetermineIsTwoSlot ( PluginDroppedItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginDroppedItemTypes
Результат bool

DetermineIsTwoSlot() публичный статический Метод

public static DetermineIsTwoSlot ( PluginItemTypes thisPluginItemTypes ) : bool
thisPluginItemTypes PluginItemTypes
Результат bool

DetermineItemType() публичный статический Метод

public static DetermineItemType ( CacheACDItem cacheItem ) : PluginItemTypes
cacheItem CacheACDItem
Результат PluginItemTypes

DetermineItemType() публичный статический Метод

public static DetermineItemType ( string sThisInternalName, ItemType DBItemType, FollowerType dbFollowerType = FollowerType.None, int snoid = -1 ) : PluginItemTypes
sThisInternalName string
DBItemType ItemType
dbFollowerType FollowerType
snoid int
Результат PluginItemTypes

GetGreaterRiftKeystoneRank() публичный статический Метод

public static GetGreaterRiftKeystoneRank ( int SnoID ) : int
SnoID int
Результат int

GetLegendaryGemUpgradeChance() публичный статический Метод

Returns a value between 0 and 1 of upgrading success chance
public static GetLegendaryGemUpgradeChance ( int RiftLevel, int GemLevel ) : double
RiftLevel int
GemLevel int
Результат double

IsUberKey() публичный статический Метод

public static IsUberKey ( int SNOID ) : bool
SNOID int
Результат bool

PluginItemTypeToDBItemType() публичный статический Метод

public static PluginItemTypeToDBItemType ( PluginItemTypes thisPluginItemTypes ) : ItemType
thisPluginItemTypes PluginItemTypes
Результат ItemType

ReturnFollowerType() публичный статический Метод

public static ReturnFollowerType ( PluginItemTypes types ) : FollowerType
types PluginItemTypes
Результат FollowerType

ReturnGemQualityType() публичный статический Метод

public static ReturnGemQualityType ( int snoid, int itemLevel ) : GemQualityTypes
snoid int
itemLevel int
Результат GemQualityTypes

ReturnPotionType() публичный статический Метод

public static ReturnPotionType ( int snoid ) : PotionTypes
snoid int
Результат PotionTypes