Table of Contents

Class CashDefinition

Namespace
S1API.Money
Assembly
S1API.dll

Represents the definition of a cash type. NOTE: This is not the instance of cash, but the definition itself.

public class CashDefinition : ItemDefinition
Inheritance
CashDefinition
Inherited Members
Extension Methods

Methods

CreateInstance(int)

Creates an instance of the cash definition in-game.

public override ItemInstance CreateInstance(int quantity = 1)

Parameters

quantity int

Returns

ItemInstance