Skip to content

OnPhoneDialFailed

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnPhoneDialFailed( PhoneController instance, DialFailReason reason, BasePlayer currentPlayer )
{
    Puts( "OnPhoneDialFailed works!" );
}

Location

  • PhoneController::OnDialFailed(Telephone/DialFailReason reason)
csharp
//---
	}
	if (base.IsInvoking(new Action(this.TimeOutDialing)))
	{
		base.CancelInvoke(new Action(this.TimeOutDialing));
	}
	Interface.CallHook("OnPhoneDialFailed", this, reason, this.currentPlayer);
}

Released under the MIT License.