Update CTLD.lua (#1558)

corrected fsm function name headlines in documentation
This commit is contained in:
Applevangelist 2021-06-23 09:47:05 +02:00 committed by GitHub
parent 5021a1e1f3
commit 5123ab0720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ do
-- ... your code here ...
-- end
--
-- ## 3.3 OnAfterTroopsTroopsDeployed
-- ## 3.3 OnAfterTroopsDeployed
--
-- This function is called when a player has deployed troops into the field:
--
@ -335,7 +335,7 @@ do
-- ... your code here ...
-- end
--
-- ## 3.4 OnAfterTroopsCratesDropped
-- ## 3.4 OnAfterCratesDropped
--
-- This function is called when a player has deployed crates to a DROP zone:
--
@ -343,7 +343,7 @@ do
-- ... your code here ...
-- end
--
-- ## 3.5 OnAfterTroopsCratesBuild
-- ## 3.5 OnAfterCratesBuild
--
-- This function is called when a player has build a vehicle or FOB:
--