hedgewars/uVariables.pas
changeset 11939 c7ec309cd685
parent 11915 16ce211010cf
child 11941 7ece39a537bd
equal deleted inserted replaced
11938:35ec1edd66a2 11939:c7ec309cd685
  2469     aColor: GLint;
  2469     aColor: GLint;
  2470 
  2470 
  2471 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
  2471 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
  2472     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
  2472     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
  2473     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
  2473     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
       
  2474     trluaammo: array[TAmmoStrId] of ansistring; // name of the weapon (Lua overwrite)
       
  2475     trluaammoc: array[TAmmoStrId] of ansistring; // caption of the weapon (Lua overwrite)
       
  2476     trluaammod: array[TAmmoStrId] of ansistring;  // description of the weapon (Lua overwrite)
  2474     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2477     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2475     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
  2478     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
  2476     cTestLua : Boolean;
  2479     cTestLua : Boolean;
  2477 
  2480 
  2478 procedure preInitModule;
  2481 procedure preInitModule;