Skip to main content

OnPhoneNameUpdated

Usage​

  • Called when a phone is about to automatically hang up because the receiver phone wasn't answered in time
  • Return a non-null value to override default behavior

Examples​

""
object OnPhoneDialTimeout(PhoneController callerPhone, PhoneController receiverPhone, BasePlayer player)
{
Puts("OnPhoneDialTimeout works!");
return null;
}