was able to fix this issue by inputting **13** input variables, not **12** as the UL documentation say. The MapIndex parameter, which is missing, is probably a typo.
was able to fix this issue by inputting **13** input variables, not **12** as the UL documentation say. The MapIndex parameter, which is missing, is probably a typo.
#### Entry 2: Inspecting API function parameters
Created two (hopefully) useful functions, which can return info about functions inside the API:
* GetNumParameters(): Returns the number of input parameters which a function needs to be run
* GetParameterNames(): Returns the names of the parameters