Bookmark (9)
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 add a bookmark at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.AddBookmark of Assembly-CSharp.dll.
Called when a player tries to select a bookmark at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.BeginControllingBookmark of Assembly-CSharp.dll.
Called when a player tries to stop viewing/controlling an entity at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.StopControl of Assembly-CSharp.dll.
Called after a player has stopped viewing/controlling an entity at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.StopControl of Assembly-CSharp.dll.
This hook requires OnBookmarkControlEnd, which loads alongside OnBookmarkControlEnded.
Called after a player has stopped viewing/controlling an entity at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.BeginControllingBookmark of Assembly-CSharp.dll.
This hook requires OnBookmarkControlStarted, which loads alongside OnBookmarkControlEnded.
Called after a player has selected a bookmark at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.BeginControllingBookmark of Assembly-CSharp.dll.
This hook requires OnBookmarkControl, which loads alongside OnBookmarkControlStarted.
Called when a player tries to delete a bookmark at a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.DeleteBookmark of Assembly-CSharp.dll.
Called when input is received from a player who is using a computer station with a bookmark selected.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.PlayerServerInput of Assembly-CSharp.dll.
Called when a player is being sent a list of bookmarks for a computer station.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ComputerStation.SendControlBookmarks of Assembly-CSharp.dll.