Debug.removeLogFunctionByData

Removes all registered instances of log functions with the given user data.

struct Debug
static
uint
removeLogFunctionByData
(
void* data
)

Parameters

data void*

user data of the log function to remove

Return Value

Type: uint

How many instances of the function were removed

Meta