M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.Inventory.InventoryListener Class Referenceabstract

Inherited by TaleWorlds.CampaignSystem.Inventory.FakeInventoryListener.

Public Member Functions

abstract int GetGold ()
 
abstract TextObject GetTraderName ()
 
abstract void SetGold (int gold)
 
abstract PartyBase GetOppositeParty ()
 
abstract void OnTransaction ()
 

Member Function Documentation

◆ GetGold()

abstract int TaleWorlds.CampaignSystem.Inventory.InventoryListener.GetGold ( )
pure virtual

◆ GetTraderName()

abstract TextObject TaleWorlds.CampaignSystem.Inventory.InventoryListener.GetTraderName ( )
pure virtual

◆ SetGold()

abstract void TaleWorlds.CampaignSystem.Inventory.InventoryListener.SetGold ( int  gold)
pure virtual

◆ GetOppositeParty()

abstract PartyBase TaleWorlds.CampaignSystem.Inventory.InventoryListener.GetOppositeParty ( )
pure virtual

◆ OnTransaction()

abstract void TaleWorlds.CampaignSystem.Inventory.InventoryListener.OnTransaction ( )
pure virtual