Added ScreenContinue:ContinueEnabled metric. Changed Actor:hidden and Lua scoring to emit errors because they are deprecated.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user