OnDefaultItemsReceived
Usage
- No return behavior
Example Autogenerated
csharp
private void OnDefaultItemsReceived( PlayerInventory instance )
{
Puts( "OnDefaultItemsReceived works!" );
}Location
- PlayerInventory::GiveDefaultItems()
csharp
//---
{
this.<GiveDefaultItems>g__TryGiveItem|75_0("snowball", 0uL, this.containerBelt);
this.<GiveDefaultItems>g__TryGiveItem|75_0("snowball", 0uL, this.containerBelt);
this.<GiveDefaultItems>g__TryGiveItem|75_0("snowball", 0uL, this.containerBelt);
}
Interface.CallHook("OnDefaultItemsReceived", this);
}