bool char.check(int 索引)

bool char.check(int 索引)

函数功能:

判断索引是否有效

参数说明:

索引        [整型]           玩家或宠物或NPC的索引号

返回值:

如果有效的话返回 1 ,否则 0

使用例子:

--判断Npc_test_index索引是否有效
if char.check(Npc_test_index)== 1 then
    print("
Npc_test_index是有效索引")
else
    print("
Npc_test_index是无效索引")
end


发表评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。