Skip to main content

OnPhoneCallStart

Usage​

  • Called after a phone has been answered, right before voice communication is established
  • Return a non-null value to override default behavior

Examples​

""
object OnPhoneCallStart(PhoneController phone, PhoneController otherPhone, BasePlayer player)
{
Puts("OnPhoneCallStart works!");
return null;
}