FUNL0112 Invalid argument number (arg number): it must be (requirement).

From m204wiki
Revision as of 13:41, 19 April 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The FUEL compiler detected an invalid #function call, the Fast/Unload run will be cancelled. The argument number (zero for the #function result) is given in arg_number, while requirement indicates the detected requirement that was violated, as follows:

supplied
the #function declared the argument as required, but none was provided, or
a %variable
the #function declared the argument as an output argument, which means it must be a %variable.