Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX