Sea.IO.dprintc
From WoWWiki
This article is a part of the documentation of the Sea function library
Usage:
MY_DEBUG_KEY = true;
MyKey = "MY_DEBUG_KEY";
MyColor = { r = 1.0, g=0.2, b=0.0 };
Sea.IO.dprintc(MyKey, MyColor, "Message", " ", "Some Message");
