Skip to main content

OnBookmarkControlEnd

Usage​

  • Called when a player tries to stop viewing/controlling an entity at a computer station
  • Return a non-null value to override default behavior

Examples​

""
object OnBookmarkControlEnd(ComputerStation computerStation, BasePlayer player, BaseEntity controlledEntity)
{
Puts("OnBookmarkControlEnd works!");
return null;
}