OnBookmarkControlStarted
Usage​
- Called after a player has selected a bookmark at a computer station
- No return behavior
Examples​
""
void OnBookmarkControlStarted(ComputerStation computerStation, BasePlayer player, string bookmarkName, IRemoteControllable remoteControllable)
{
Puts("OnBookmarkControlStarted works!");
}