OnBigWheelLoss
Usage
- No return behavior
Example Autogenerated
csharp
private void OnBigWheelLoss( )
{
Puts( "OnBigWheelLoss works!" );
}
Location
- BigWheelGame::Payout()
csharp
//---
}
}
for (int i = 0; i < 5; i++)
{
Item slot2 = current.inventory.GetSlot(i);
if (slot2 != null && Interface.CallHook("OnBigWheelLoss", this, slot2, current) == null)
{
Facepunch.Rust.Analytics.Azure.OnGamblingResult(current.lastPlayer, current, slot2.amount, 0, new Guid?(value));
slot2.Remove(0f);
flag2 = true;
}
//---