thurlin 发表于 2023-8-10 14:52:02

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


wu1chao2 发表于 2023-8-11 12:22:22

学习学习,学习才是进步~

thurlin 发表于 2023-8-18 12:08:02

请问一下官方, 这个问题解决了吗?等着用呀

996技术-七伤拳 发表于 2023-10-20 14:34:06

已经修复
页: [1]
查看完整版本: Lua 接口 gethero 无法获取英雄对象