CharLine(PlayIndex,time);


函数功能:

根据人物索引设置人物离线。


操作参数:

参数名 是否必须 类型 说明
PlayIndex int 在线玩家索引
time int 角色离线时间此处为秒

返回值:

返回值类型 成功 失败
int >=0(连接句柄)注意:删除或者修改都需要用到FD -1

操作实例:

  1. local fd = Off.CharLine(PlayIndex,1300);

备注:

  • 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2018-01-05 16:55   作者:105493660