Skip to content

OnCentralizedBanCheck

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnCentralizedBanCheck(  )
{
    Puts( "OnCentralizedBanCheck works!" );
}

Location

  • Auth_CentralizedBans/<Run>d__0::MoveNext()
csharp
private bool MoveNext()
{
	object obj = Interface.CallHook("OnCentralizedBanCheck", connection);
	if (obj != null)
	{
		return false;
	}
	string uri2;
//---

Released under the MIT License.