add "Trace" (in here and not RageLog because I'm not yet quite ready

to make everything in Rage depend on Lua ...)
This commit is contained in:
Glenn Maynard
2005-01-19 23:43:28 +00:00
parent 5ef0d4159d
commit 714bf62d5d
+2
View File
@@ -326,6 +326,8 @@ LuaFunction_NoArgs( Year, GetLocalTime().tm_year+1900 );
LuaFunction_NoArgs( Weekday, GetLocalTime().tm_wday );
LuaFunction_NoArgs( DayOfYear, GetLocalTime().tm_yday );
LuaFunction_Str( Trace, (LOG->Trace("%s", str.c_str()),true) );
/*
* (c) 2004 Glenn Maynard
* All rights reserved.