WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/VFL/Core
    from Rev 646 to Rev 653
    Reverse comparison

Rev 646 → Rev 653

Io.lua
16,7 → 16,7
 
--- Print a single line to the chat window.
function VFL.print(str)
if(str == nil) then error(); end --str = "nil"; end
if(str == nil) then str = "nil"; end
if type(str) == "number" then str = tostring(str);
elseif type(str) == "function" then str = "function";
elseif type(str) == "table" then str = "table";