hedgewars/uVariables.pas
changeset 13457 b587cdb03bac
parent 13455 38814954a248
child 13459 08a3851aaf67
equal deleted inserted replaced
13456:7a0a56c52fd2 13457:b587cdb03bac
  2582     trluaammod: array[TAmmoStrId] of ansistring;  // description of the weapon (Lua overwrite)
  2582     trluaammod: array[TAmmoStrId] of ansistring;  // description of the weapon (Lua overwrite)
  2583     trluaammoa: array[TAmmoStrId] of ansistring; // description appendix of the weapon (Lua only)
  2583     trluaammoa: array[TAmmoStrId] of ansistring; // description appendix of the weapon (Lua only)
  2584     trluaammoe: array[TAmmoStrId] of boolean;   // whether to render extra text (Lua overwrite)
  2584     trluaammoe: array[TAmmoStrId] of boolean;   // whether to render extra text (Lua overwrite)
  2585     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2585     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2586     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
  2586     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
       
  2587     trcmd:   array[TCmdHelpStrId] of ansistring; // chat command help
  2587     cTestLua : Boolean;
  2588     cTestLua : Boolean;
  2588 
  2589 
  2589 procedure preInitModule;
  2590 procedure preInitModule;
  2590 procedure initModule;
  2591 procedure initModule;
  2591 procedure freeModule;
  2592 procedure freeModule;