LuaIde icon indicating copy to clipboard operation
LuaIde copied to clipboard

使用module,转到定义失败

Open huyinings opened this issue 6 years ago • 0 comments

代码如下:

module("logic.extenstions.Fight.View.FightViewComponent", package.seeall)

local FightViewComponent = class("FightViewComponent", ViewComponent)
local _UpdateBeat = UpdateBeat
-- to be overrided
function FightViewComponent:bindEvents()
--_onClickSettingBtn,该函数转到定义,无法跳转
	self._SettingBtn:AddClickListener(FightViewComponent._onClickSettingBtn,self)

huyinings avatar Mar 12 '18 02:03 huyinings