mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Errors
added docu
This commit is contained in:
parent
4ea1b93f8d
commit
4aa3edc508
@ -126,8 +126,8 @@ OPERATION.version="0.1.0"
|
||||
-- TODO list
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
-- TODO: Braches?
|
||||
-- TODO: Over conditions.
|
||||
-- TODO: Branches?
|
||||
-- TODO: "Over" conditions.
|
||||
-- DONE: Phases.
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user