function TrainApi:trainPlayer() 确定这个函数是存在的,如果调用TrainApi其他函数也是正确的
只能打一个debug.debug(), 查看一下
原来是在
function TrainApi:ctor()
self.trainPlayer = nil
end
囧囧
最近才从C++转到写lua,虽然说脚本开发很快,但是刚转过来,各种问题折磨
javascript有jshint,找了一下有个 lua-checker, 有空装上试试
https://code.google.com/p/lua-checker/