FunctionsCommonCallFunctionByNameWarnCommonCallFunctionByNameWarn CallableCommonCallFunctionByNameWarn(FunctionName: string, ...args: any): anyBehaves exactly like CommonCallFunctionByName, but logs a warning if the function name is invalid.ParametersFunctionName: stringThe name of the global function to callrest...args: anyzero or more arguments to be passed to the function (optional)Returns anyreturns the result of the function call, or undefined if the function name isn't valid
Behaves exactly like CommonCallFunctionByName, but logs a warning if the function name is invalid.