Lua 接口 gethero 无法获取英雄对象
本帖最后由 thurlin 于 2023-8-10 14:56 编辑我的英雄已经召唤,actor 也获取到我的名称
代码如下
lib996:include("Script/serialize.lua")
function main(actor,npcid)
print('英雄登录了')
local n1=lib996:getname(actor)
print('n1='..n1)
local n2=lib996:gethero(actor)
print('n2='..type(n2))
end
显示结果如下
Print:英雄登录了
Print:n1=啊啊
Print:n2=nil
学习学习,学习才是进步~ 请问一下官方, 这个问题解决了吗?等着用呀 已经修复
页:
[1]