Next
IsBossBattle
Previous
UseTech
UseTechById
Battle.UseTechById(CharIndex, TechId, Target)
函数功能
让对象执行指定的战斗技能释放,必须在对象Battle.IsWaitingCommand(index)返回值为1时才可以有效使用。
参数说明
CharIndex:
数值型
玩家对象index
TechId:
数值型
指定的TechID,TechId是gmsv中tech.txt中定义的技能ID
Target:
数值型
施法目标对象在战场中的位置
返回值
0 失败, 1 成功
Next
IsBossBattle
Previous
UseTech