Skip to content

OnStashHidden

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnStashHidden( StashContainer instance, BasePlayer player )
{
    Puts( "OnStashHidden works!" );
}

Location

  • StashContainer::RPC_HideStash(BaseEntity/RPCMessage rpc)
csharp
//---
	{
		return;
	}
	Facepunch.Rust.Analytics.Azure.OnStashHidden(rpc.player, this);
	this.SetHidden(true);
	Interface.CallHook("OnStashHidden", this, rpc.player);
}

Released under the MIT License.