DebugAdd()

edit

Adding data to debug output.

DebugAdd( category=string, data=struct );

Returns: void

Argument Description
category
string, required
edit

category name for the data passed in.

data
struct, required
edit

struct containing data to add to debug output.

Examples

There are currently no examples for this function 34,387ms WARN No examples for function debugAdd

See also