mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Core modules
This commit is contained in:
parent
3d48dee23f
commit
e78cd56752
@ -9,7 +9,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Base
|
||||
-- @module Core.Base
|
||||
|
||||
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Database
|
||||
-- @module Core.Database
|
||||
|
||||
|
||||
--- @type DATABASE
|
||||
|
||||
@ -164,7 +164,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Event
|
||||
-- @module Core.Event
|
||||
|
||||
|
||||
--- The EVENT structure
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Fsm
|
||||
-- @module Core.Fsm
|
||||
|
||||
do -- FSM
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Goal
|
||||
-- @module Core.Goal
|
||||
|
||||
do -- Goal
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Menu
|
||||
-- @module Core.Menu
|
||||
|
||||
|
||||
MENU_INDEX = {}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Message
|
||||
-- @module Core.Message
|
||||
|
||||
--- The MESSAGE class
|
||||
-- @type MESSAGE
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
--
|
||||
-- ### Contributions:
|
||||
--
|
||||
-- @module Point
|
||||
-- @module Core.Point
|
||||
|
||||
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
--
|
||||
-- ### Author: Hugues "Grey_Echo" Bousquet
|
||||
--
|
||||
-- @module Radio
|
||||
-- @module Core.Radio
|
||||
|
||||
|
||||
--- # RADIO class, extends @{Base#BASE}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
-- ### Contributions: -
|
||||
-- ### Authors: FlightControl : Design & Programming
|
||||
--
|
||||
-- @module ScheduleDispatcher
|
||||
-- @module Core.ScheduleDispatcher
|
||||
|
||||
--- The SCHEDULEDISPATCHER structure
|
||||
-- @type SCHEDULEDISPATCHER
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Scheduler
|
||||
-- @module Core.Scheduler
|
||||
|
||||
|
||||
--- The SCHEDULER class
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Set
|
||||
-- @module Core.Set
|
||||
|
||||
|
||||
--- @type SET_BASE
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
--
|
||||
-- * **FlightControl**: Design & Programming
|
||||
--
|
||||
-- @module Settings
|
||||
-- @module Core.Settings
|
||||
|
||||
|
||||
--- @type SETTINGS
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Spawn
|
||||
-- @module Core.Spawn
|
||||
|
||||
|
||||
--- SPAWN Class
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module SpawnStatic
|
||||
-- @module Core.SpawnStatic
|
||||
|
||||
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Spot
|
||||
-- @module Core.Spot
|
||||
|
||||
|
||||
do
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module UserFlag
|
||||
-- @module Core.UserFlag
|
||||
|
||||
do -- UserFlag
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module UserSound
|
||||
-- @module Core.UserSound
|
||||
|
||||
do -- UserSound
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Velocity
|
||||
-- @module Core.Velocity
|
||||
|
||||
do -- Velocity
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Zone
|
||||
-- @module Core.Zone
|
||||
|
||||
|
||||
--- @type ZONE_BASE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user