hedgewars/uVariables.pas
changeset 11941 7ece39a537bd
parent 11939 c7ec309cd685
child 12106 9bc19f722169
equal deleted inserted replaced
11940:156f1866b8bd 11941:7ece39a537bd
  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)
  2474     trluaammo: array[TAmmoStrId] of ansistring; // name of the weapon (Lua overwrite)
  2475     trluaammoc: array[TAmmoStrId] of ansistring; // caption 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)
  2476     trluaammod: array[TAmmoStrId] of ansistring;  // description of the weapon (Lua overwrite)
       
  2477     trluaammoa: array[TAmmoStrId] of ansistring; // description appendix of the weapon (Lua only)
  2477     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2478     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
  2478     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
  2479     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
  2479     cTestLua : Boolean;
  2480     cTestLua : Boolean;
  2480 
  2481 
  2481 procedure preInitModule;
  2482 procedure preInitModule;