UTIL_FunctionToName
Jump to navigation
Jump to search


UTIL_FunctionToName is a UTIL function that attempts to return the function name as a constant C-string from a function pointer.
Todo: Add examples.
Function Declaration
extern const char *UTIL_FunctionToName( datamap_t *pMap, inputfunc_t *function );