For the complete documentation index, see llms.txt. This page is also available as Markdown.

API

On whiteboard update

  • Server side update event

AddEventHandler(triggerName('updated'), function(boardId, playerId)
    --boardId = board id
    --playerId = player that updated board
end)

Last updated