From de6c7d636b41da498709668f72a767aa22fd93c1 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Wed, 3 Jan 2024 18:56:43 +0100 Subject: [PATCH] docu --- Moose Development/Moose/Functional/Stratego.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Functional/Stratego.lua b/Moose Development/Moose/Functional/Stratego.lua index 4f1cd8320..471391010 100644 --- a/Moose Development/Moose/Functional/Stratego.lua +++ b/Moose Development/Moose/Functional/Stratego.lua @@ -126,7 +126,7 @@ -- @{#STRATEGO.GetBudget}(): Get the current budget points. -- @{#STRATEGO.AddBudget}(): Add a number of budget points. -- @{#STRATEGO.SubtractBudget}(): Subtract a number of budget points. --- @{#STRATEGO.SetNeutralBenefit Set neutral benefit, i.e. how many points it is cheaper to decide for a neutral vs an enemy knot when taking decisions. +-- @{#STRATEGO.SetNeutralBenefit}(): Set neutral benefit, i.e. how many points it is cheaper to decide for a neutral vs an enemy knot when taking decisions. -- -- -- ## Functions to query a knot's data @@ -154,7 +154,7 @@ -- @{#STRATEGO.SetDebug}(): Set debug and draw options. -- -- --- ## Visualisation example code for the Syria map: +-- ## Visualisation example code for the Syria map: -- -- local Bluecher = STRATEGO:New("Bluecher",coalition.side.BLUE,100) -- Bluecher:SetDebug(true,true,true)