added docu
This commit is contained in:
Applevangelist 2022-09-02 17:01:28 +02:00
parent 4ea1b93f8d
commit 4aa3edc508
2 changed files with 7 additions and 2 deletions

View File

@ -126,8 +126,8 @@ OPERATION.version="0.1.0"
-- TODO list
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- TODO: Braches?
-- TODO: Over conditions.
-- TODO: Branches?
-- TODO: "Over" conditions.
-- DONE: Phases.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -912,6 +912,11 @@ do
--
-- and then `taskmanager:SetLocale("fr")` **after** @{#PLAYERTASKCONTROLLER.New}() in your script.
--
-- If you just want to replace a **single text block** in the table, you can do this like so:
--
-- mycontroller.Messages.EN.NOACTIVETASK = "Choose a task first!"
-- mycontroller.Messages.FR.YES = "Oui"
--
-- ## 7 Events
--
-- The class comes with a number of FSM-based events that missions designers can use to shape their mission.