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
Generated on the 26 June 2024 at 22:01:29 (UK Time)