diff --git a/Mission-Script-API.md b/Mission-Script-API.md index d8a2cae..f325604 100644 --- a/Mission-Script-API.md +++ b/Mission-Script-API.md @@ -20,7 +20,7 @@ Mission scripts also use additional types such as `LimbNames`, `NamedDamageTypes | [Gameplay](Gameplay) | **IGamePlay** — main interface to the game (actors, HUD, triggers, section files, etc.) | | [Time And Difficulty](Time-And-Difficulty) | **ITime**, **DifficultySetting** | | [Player](Player) | **Player** | -| [Events And Section File](Events-And-Section-File.-) | **GameEventId**, **ISectionFile** | +| [Events And Section File](Events-And-Section-File) | **GameEventId**, **ISectionFile** | | [Pathfinding And Terrain](Pathfinding-And-Terrain) | **RecalcPathState**, **PathType**, **LandTypes**, **IRecalcPathParams**, **ActorName** | | [Script Loading](Script-Loading) | **IScriptRemote**, **ScriptRemote** | | [External Types](External-Types) | Additional types used by missions (limbs, damage, geometry) |