operators.getCurrentOperatorName
Get the name of current operator
none
operatorName string
local operatorName = operators.getCurrentOperatorName()
print("Current operator name is " .. operatorName)
Use operators.getName to get the name of any operator by their operatorID
Generated on the 26 June 2024 at 22:01:29 (UK Time)