UTIL_FunctionToName

From Valve Developer Community
Revision as of 15:02, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL FunctionToName|title=<code>UTIL_FunctionToName</code>}} {{ent|UTIL_FunctionToName}} is a UTIL function that attempts to return the function name as a constant...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

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 );