RegBattleActionEvent

NL.RegBattleActionEvent(Dofile, FuncName)

函数功能

当玩家戰鬥中發出指令的时候会触发该事件

参数说明

返回值

无返回值

BattleActionEventCallBack(CharIndex, BattleIndex, Com1, Com2, Com3, ActionNum)

参数说明

返回值

参考实例

NL.RegBattleActionEvent(nil,”MyBattleActionEvent”);

function MyBattleActionEvent(CharIndex, BattleIndex, Com1, Com2, Com3, ActionNum)
  return;
end