Added ScreenContinue:ContinueEnabled metric. Changed Actor:hidden and Lua scoring to emit errors because they are deprecated.

This commit is contained in:
Kyzentun
2014-09-15 05:09:27 -06:00
parent b8d5bce272
commit c45b5f053a
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
Scoring={}
setmetatable(Scoring,{__index=function() return function() Warn("Lua scoring unimplemented") end end})
setmetatable(Scoring,{__index=function() return function() lua.ReportScriptError("Lua scoring unimplemented") end end})