From 50dde488e7313980109486d00539d681659d40d7 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sun, 24 May 2026 16:09:34 -0300 Subject: [PATCH] Added links to function refs --- Arma-3-Mission-Maker-Guide.md | 6 ++++++ Home.md | 3 ++- _Sidebar.md | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Arma-3-Mission-Maker-Guide.md b/Arma-3-Mission-Maker-Guide.md index c37195c..e8ee267 100644 --- a/Arma-3-Mission-Maker-Guide.md +++ b/Arma-3-Mission-Maker-Guide.md @@ -80,6 +80,12 @@ The server-side router currently emits CoT for: The router runs continuously while the mission is active and republishes the synced entities on a timed loop. +## Scripted Mission Functions + +Mission scripts can also publish reports, drawings, routes, UAS CoTs and cleanup messages directly through ARMATAK functions. + +See the [Mission Maker Function Reference](./Mission-Maker-Function-Reference) for function signatures and SQF examples. + ## Recommended IronTAK Setup If you use IronTAK: diff --git a/Home.md b/Home.md index 568b773..4cc62cb 100644 --- a/Home.md +++ b/Home.md @@ -22,8 +22,9 @@ It supports three main workflows: ## Main Guides - [Mission Maker Guide](./Arma-3-Mission-Maker-Guide) +- [Mission Maker Function Reference](./Mission-Maker-Function-Reference) - [Player Guide](./Arma-3-Players-Guide) -- [UAS Guide](./UAS-Guide) +- [UAS Guide](./UAS-Tools-Guide) - [Video Streaming Guide](./Video-Streaming-Guide) ## Get in Touch diff --git a/_Sidebar.md b/_Sidebar.md index a88f5b0..3ea7e87 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -5,7 +5,8 @@ Arma 3 addon for streaming game data into the TAK ecosystem. * [Home](./Home) * [Player Guide](./Arma-3-Players-Guide) * [Mission Maker Guide](./Arma-3-Mission-Maker-Guide) -* [UAS Guide](./UAS-Guide) +* [Mission Maker Function Reference](./Mission-Maker-Function-Reference) +* [UAS Guide](./UAS-Tools-Guide) * [Video Streaming Guide](./Video-Streaming-Guide) ![ARMATAK](https://github.com/user-attachments/assets/174fc70e-b8fb-4579-967a-6e79dce84038)