LuaLibraries.wiki
changeset 587 8105e95297e3
parent 532 8b7a9c032722
child 683 6e31eaf0b22d
equal deleted inserted replaced
586:c6cd16f6954a 587:8105e95297e3
    57     end
    57     end
    58 end</code>
    58 end</code>
    59 This will kill all hogs if a target is destroyed.
    59 This will kill all hogs if a target is destroyed.
    60 
    60 
    61 To see a commented example of the tracker in use by a script you can look at
    61 To see a commented example of the tracker in use by a script you can look at
    62 [http://code.google.com/p/hedgewars/source/browse/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua Random Weapons].
    62 [http://hg.hedgewars.org/hedgewars/file/default/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua Random Weapons].
    63 
    63 
    64 == Tracking functions ==
    64 == Tracking functions ==
    65 
    65 
    66 === `trackGear(gear)` ===
    66 === `trackGear(gear)` ===
    67 
    67