comparison CensusPlayerList.lua @ 21:1aeab8164ef5

Merge 3rd try
author EmFor
date Sun, 14 Aug 2011 17:21:31 +0200
parents 663f782bd903
children
comparison
equal deleted inserted replaced
20:0da064713cda 21:1aeab8164ef5
292 g_PlayerList[index] = { m_name = name, m_level = level, m_guild = guild, m_seen = lastseen }; 292 g_PlayerList[index] = { m_name = name, m_level = level, m_guild = guild, m_seen = lastseen };
293 g_PlayerLookupTable[name] = index; 293 g_PlayerLookupTable[name] = index;
294 end 294 end
295 end 295 end
296 296
297 function CensusPlus_List_OnMouseDown( self, arg1 )
298 if ( ( ( not self.isLocked ) or ( self.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
299 self:StartMoving();
300 self.isMoving = true;
301 end
302 end