Delegate DaggerfallBankManager.Transaction
Namespace: DaggerfallWorkshop.Game.Banking
Assembly: Assembly-CSharp.dll
Syntax
public delegate void Transaction(TransactionType type, TransactionResult result, int amount);
Parameters
| Type | Name | Description |
|---|---|---|
| TransactionType | type | |
| TransactionResult | result | |
| Int32 | amount |