function init() print("Lua Init called.") end function shutdown() print("Lua Shutdown called.") end function frame(dt) print("Lua Frame called.") end