Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Add: Make lua tables able to be indexed by objects #416

Closed Exmirai closed 7 years ago

Exmirai commented 7 years ago

Now:

local t = {}
t[GetPlayer()] = "yay"
print(t[GetPlayer()]) --- nil