DebugAdd()

Adding data to debug output.

DebugAdd( category=string, data=struct );

Returns: void

Argument Description
category
string, required

category name for the data passed in.

data
struct, required

struct containing data to add to debug output.

Examples

There are currently no examples for this function 20,732ms WARN No examples for function debugadd

See also