LuaLibraries.wiki
changeset 798 30c5f1ebd552
parent 742 1ece82f7b547
child 867 30cc2f85c5e7
equal deleted inserted replaced
797:ffa20ab0669b 798:30c5f1ebd552
    59     end
    59     end
    60 end</code>
    60 end</code>
    61 This will kill all hogs if a target is destroyed.
    61 This will kill all hogs if a target is destroyed.
    62 
    62 
    63 To see a commented example of the tracker in use by a script you can look at
    63 To see a commented example of the tracker in use by a script you can look at
    64 [http://hg.hedgewars.org/hedgewars/file/default/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua Random Weapons].
    64 [https://hg.hedgewars.org/hedgewars/file/default/share/hedgewars/Data/Scripts/Multiplayer/Random_Weapon.lua Random Weapons].
    65 
    65 
    66 === Tracking functions ===
    66 === Tracking functions ===
    67 
    67 
    68 ==== `trackGear(gear)` ====
    68 ==== `trackGear(gear)` ====
    69 
    69