static int GetPassword(IntPtr L) { LuaScriptMgr.CheckArgsCount(L, 0); string o = LoginIDManager.GetPassword(); LuaScriptMgr.Push(L, o); return(1); }