Skip to main content

OnBookmarkAdd

Usage​

  • Called when a player tries to add a bookmark at a computer station
  • Return a non-null value to override default behavior

Examples​

""
object OnBookmarkAdd(ComputerStation computerStation, BasePlayer player, string bookmarkName)
{
Puts("OnBookmarkAdd works!");
return null;
}