Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 14:00:12 +00:00
parent 15a9a24115
commit f62fcd9934
33 changed files with 540 additions and 982 deletions

View File

@@ -1675,7 +1675,7 @@ If the DCS Airbase object does not exist or is nil, the AIRBASE methods will ret
<p>The DCS Airbase APIs are used extensively within MOOSE. The AIRBASE class has for each DCS Airbase API a corresponding method.
To be able to distinguish easily in your code the difference between a AIRBASE API call and a DCS Airbase API call,
the first letter of the method is also capitalized. So, by example, the DCS Airbase method <a href="DCSWrapper.Airbase.html##(Airbase).getName">DCSWrapper.Airbase#Airbase.getName</a>()
the first letter of the method is also capitalized. So, by example, the DCS Airbase method DCSWrapper.Airbase#Airbase.getName()
is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.GetName</a>().</p>