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:
@@ -9,7 +9,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Base
|
-- @module Core.Base
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Database
|
-- @module Core.Database
|
||||||
|
|
||||||
|
|
||||||
--- @type DATABASE
|
--- @type DATABASE
|
||||||
|
|||||||
@@ -164,7 +164,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Event
|
-- @module Core.Event
|
||||||
|
|
||||||
|
|
||||||
--- The EVENT structure
|
--- The EVENT structure
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Fsm
|
-- @module Core.Fsm
|
||||||
|
|
||||||
do -- FSM
|
do -- FSM
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Goal
|
-- @module Core.Goal
|
||||||
|
|
||||||
do -- Goal
|
do -- Goal
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Menu
|
-- @module Core.Menu
|
||||||
|
|
||||||
|
|
||||||
MENU_INDEX = {}
|
MENU_INDEX = {}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Message
|
-- @module Core.Message
|
||||||
|
|
||||||
--- The MESSAGE class
|
--- The MESSAGE class
|
||||||
-- @type MESSAGE
|
-- @type MESSAGE
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
--
|
--
|
||||||
-- ### Contributions:
|
-- ### Contributions:
|
||||||
--
|
--
|
||||||
-- @module Point
|
-- @module Core.Point
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
--
|
--
|
||||||
-- ### Author: Hugues "Grey_Echo" Bousquet
|
-- ### Author: Hugues "Grey_Echo" Bousquet
|
||||||
--
|
--
|
||||||
-- @module Radio
|
-- @module Core.Radio
|
||||||
|
|
||||||
|
|
||||||
--- # RADIO class, extends @{Base#BASE}
|
--- # RADIO class, extends @{Base#BASE}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
-- ### Contributions: -
|
-- ### Contributions: -
|
||||||
-- ### Authors: FlightControl : Design & Programming
|
-- ### Authors: FlightControl : Design & Programming
|
||||||
--
|
--
|
||||||
-- @module ScheduleDispatcher
|
-- @module Core.ScheduleDispatcher
|
||||||
|
|
||||||
--- The SCHEDULEDISPATCHER structure
|
--- The SCHEDULEDISPATCHER structure
|
||||||
-- @type SCHEDULEDISPATCHER
|
-- @type SCHEDULEDISPATCHER
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Scheduler
|
-- @module Core.Scheduler
|
||||||
|
|
||||||
|
|
||||||
--- The SCHEDULER class
|
--- The SCHEDULER class
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Set
|
-- @module Core.Set
|
||||||
|
|
||||||
|
|
||||||
--- @type SET_BASE
|
--- @type SET_BASE
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
--
|
--
|
||||||
-- * **FlightControl**: Design & Programming
|
-- * **FlightControl**: Design & Programming
|
||||||
--
|
--
|
||||||
-- @module Settings
|
-- @module Core.Settings
|
||||||
|
|
||||||
|
|
||||||
--- @type SETTINGS
|
--- @type SETTINGS
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Spawn
|
-- @module Core.Spawn
|
||||||
|
|
||||||
|
|
||||||
--- SPAWN Class
|
--- SPAWN Class
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module SpawnStatic
|
-- @module Core.SpawnStatic
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Spot
|
-- @module Core.Spot
|
||||||
|
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module UserFlag
|
-- @module Core.UserFlag
|
||||||
|
|
||||||
do -- UserFlag
|
do -- UserFlag
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module UserSound
|
-- @module Core.UserSound
|
||||||
|
|
||||||
do -- UserSound
|
do -- UserSound
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Velocity
|
-- @module Core.Velocity
|
||||||
|
|
||||||
do -- Velocity
|
do -- Velocity
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- @module Zone
|
-- @module Core.Zone
|
||||||
|
|
||||||
|
|
||||||
--- @type ZONE_BASE
|
--- @type ZONE_BASE
|
||||||
|
|||||||
Reference in New Issue
Block a user