onOperatorLogin (event)
Event called an operator logs in.
operatorID number
operatorName string
computerName string
function onOperatorLogin(operatorID, operatorName, computerName)
ui.showNotification("Welcome to Stock Tracker, " .. operatorName)
end
Generated on the 26 June 2024 at 22:01:30 (UK Time)