operators.getCurrentOperatorName
Description
Get the name of current operator

Parameters
none

Return value
operatorName string

Example
local operatorName = operators.getCurrentOperatorName()
print("Current operator name is " .. operatorName)

Comments
Use operators.getName to get the name of any operator by their operatorID

See also
operators.getName

Back