DrawnMapFormat.wiki
changeset 2116 4ec7db0d0e06
parent 2115 43bd12e66491
child 2117 14fa1f3ec020
equal deleted inserted replaced
2115:43bd12e66491 2116:4ec7db0d0e06
    35 When Hedgewars loads a drawn map with special points inside, `onSpecialPoint` is called for each special point.
    35 When Hedgewars loads a drawn map with special points inside, `onSpecialPoint` is called for each special point.
    36 
    36 
    37 ==== Usage in scripts ====
    37 ==== Usage in scripts ====
    38 This section explains how the special points are used in various official scripts.
    38 This section explains how the special points are used in various official scripts.
    39 
    39 
    40 ===== HedgeEditor =====
    40 ===== !HedgeEditor =====
    41 HedgeEditor uses special points to spawn various gears and other things such as mines, crates or waypoints. Consult the script file to find out how they work.
    41 !HedgeEditor uses special points to spawn various gears and other things such as mines, crates or waypoints. Consult the script file to find out how they work.
    42 
    42 
    43 ===== Racer =====
    43 ===== Racer =====
    44 The special points are used to store coordinates of waypoints. This is utilized by the Official Racer Challenge on the official server.
    44 The special points are used to store coordinates of waypoints. This is utilized by the Official Racer Challenge on the official server.
    45 
    45 
    46 If `flags` is set to exactly 99, it's a coordinate for the “best racer ghost” or smoke trace. This is also used for Official Racer Challenge.
    46 If `flags` is set to exactly 99, it's a coordinate for the “best racer ghost” or smoke trace. This is also used for Official Racer Challenge.