CharDistance(_CharIndex, _OtherIndex);


函数功能:

检测_CharIndex和_OtherIndex距离有几格。


操作参数:

参数名 是否必须 类型 说明
_CharIndex int 角色对象索引
_OtherIndex int 角色对象索引

返回值:

返回值类型 步数 失败
int >0 -1

操作实例:

  1. local Num = NLG.CharDistance(_CharIndex, _OtherIndex);
  2. print(CharIndex .. "与" .. OtherIndex .. "的距离为" .. Num);

备注:

  • 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2022-01-13 17:10   作者:105493660