Table of Contents

Class ItemDropPoolDataSource

Namespace
RisingV.Core.Items.Drops
Assembly
RisingV.Core.LootEngine.dll

Data source for item drop pool data.

public class ItemDropPoolDataSource : FileDataSource<string, ItemDropData, ItemDropPoolDataLoader>, IDataSource<string, ItemDropData, ItemDropPoolDataLoader>, IDataSource<string, ItemDropData>, IDataSource, IDataCrud, IDataCrud<string, ItemDropData>
Inheritance
ItemDropPoolDataSource
Implements
Inherited Members
Extension Methods

Constructors

ItemDropPoolDataSource(string)

Data source for item drop pool data.

public ItemDropPoolDataSource(string filePath)

Parameters

filePath string

The file path where the item drop templates are stored.

Properties

IgnoreMissingFile

public override bool IgnoreMissingFile { get; }

Property Value

bool

KeyResolver

Key resolver function to resolve keys from data items.

public override Func<ItemDropData, string>? KeyResolver { get; set; }

Property Value

Func<ItemDropData, string>