onOperatorLogout (event)
Event called an operator logs out.
operatorID number
operatorName string
computerName string
function onOperatorLogout(operatorID, operatorName, computerName)
ui.showNotification("You logged out of Stock Tracker, come back soon " .. operatorName .. "!")
end
This event might not always fire as operators can become disconnected for a variety of reasons.
Generated on the 26 June 2024 at 22:01:30 (UK Time)