Phone (10)
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
Called when a player tries to place a phone call.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.CanReceiveCall of Assembly-CSharp.dll.
Called when a player tries to answer a phone call.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.AnswerPhone of Assembly-CSharp.dll.
Called right after a player has answered a phone call.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.AnswerPhone of Assembly-CSharp.dll.
This hook requires OnPhoneAnswer, which loads alongside OnPhoneAnswered.
Called after a phone has been answered, right before voice communication is established.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.BeginCall of Assembly-CSharp.dll.
Called right after a phone call has been answered and voice communication has been established.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.BeginCall of Assembly-CSharp.dll.
This hook requires OnPhoneCallStart, which loads alongside OnPhoneCallStarted.
Called when a player places a phone call.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.CallPhone of Assembly-CSharp.dll.
Called when a phone call is about to end or fail to start.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.OnDialFailed of Assembly-CSharp.dll.
Called after a phone call has ended or failed to start.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.OnDialFailed of Assembly-CSharp.dll.
This hook requires OnPhoneDialFail, which loads alongside OnPhoneDialFailed.
Called right after a phone was automatically hung up because the receiver phone wasn't answered in time.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.TimeOutDialing of Assembly-CSharp.dll.
This hook requires OnPhoneDialTimeout, which loads alongside OnPhoneDialTimedOut.
Called when a phone is about to automatically hang up because the receiver phone wasn't answered in time.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PhoneController.TimeOutDialing of Assembly-CSharp.dll.