Overview
This error occurs when your Lua code attempts to call a variable as a function, but that variable is nil at runtime or the <function> no longer exists.
Common Causes
If the function is a built-in IguanaX Translator API function, check if the function still exists in Deprecated APIs in your current version of IguanaX.
Otherwise, review common causes below:
Scenario | Example | Explanation |
|---|---|---|
Function is undefined |
|
|
Function was overwritten |
| The function was assigned |
The table field doesn't exist |
|
|
Failed or incorrect |
| The module or library returned |
Typo in function name |
| You meant |
Incorrect use of |
| The method is expecting |
Global function overwritten |
| Overwriting built-in functions by mistake |