OnCentralizedBanCheck
Usage
- No return behavior
Example Autogenerated
csharp
private void OnCentralizedBanCheck( )
{
Puts( "OnCentralizedBanCheck works!" );
}
Location
- Auth_CentralizedBans/<Run>d__0::MoveNext()
csharp
bool IEnumerator.MoveNext()
{
object OxideGen_3 = Interface.CallHook("OnCentralizedBanCheck", this.connection);
if (OxideGen_3 != null)
{
return false;
}
switch (this.<>1__state)
//---