LuaFunction_NoArgs -> LuaFunction

This commit is contained in:
Glenn Maynard
2006-08-02 04:15:45 +00:00
parent 31eac27fd0
commit 61a11c267a
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -948,10 +948,10 @@ LuaFunction( ConnectToServer, ConnectToServer( ( RString(SArg(1)).length()==
static bool ReportStyle() { NSMAN->ReportStyle(); return true; }
LuaFunction( IsSMOnlineLoggedIn, NSMAN->isSMOLoggedIn[IArg(1)] )
LuaFunction_NoArgs( IsNetConnected, NSMAN->useSMserver )
LuaFunction_NoArgs( IsNetSMOnline, NSMAN->isSMOnline )
LuaFunction_NoArgs( ReportStyle, ReportStyle() )
LuaFunction( IsSMOnlineLoggedIn, NSMAN->isSMOLoggedIn[IArg(1)] )
LuaFunction( IsNetConnected, NSMAN->useSMserver )
LuaFunction( IsNetSMOnline, NSMAN->isSMOnline )
LuaFunction( ReportStyle, ReportStyle() )
/*
* (c) 2003-2004 Charles Lohr, Joshua Allen