Table of Contents

Class OnInventoryGoldAdd

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when gold is added to a creature's inventory.

public sealed class OnInventoryGoldAdd : IEvent
Inheritance
OnInventoryGoldAdd
Implements
Inherited Members
Extension Methods

Properties

Creature

Gets the creature receiving the gold.

Gold

Gets the amount of gold to add.

PreventGoldAdd

Set to true to prevent the gold from being added.