API void
LQU_SetNameRefFunctionTakesArgument
(NameRef)
t_NameRef NameRef;
Purpose
Stores within the NameRef the fact that the variable associated with it is a pointer to a function that takes an argument. The NameRef must previously have been marked as being associated with a function pointer using LQU_SetNameRefVariablePointsToFunction.
Notes
The NameRef must be valid.