Scaleform::SF_DEBUG_OUTPUT

Scaleform::SF_DEBUG_OUTPUT
#define SF_DEBUG_OUTPUT(cond, msgtype, str) do { if (cond) Scaleform::LogDebugMessage(msgtype, str); } while (0)
Description

Simple output with prefix tag.

File

SF_Debug.h