Core modules

This commit is contained in:
FlightControl_Master
2018-05-21 22:51:43 +02:00
parent 3d48dee23f
commit e78cd56752
20 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
-- --
-- === -- ===
-- --
-- @module Base -- @module Core.Base

View File

@@ -7,7 +7,7 @@
-- --
-- === -- ===
-- --
-- @module Database -- @module Core.Database
--- @type DATABASE --- @type DATABASE

View File

@@ -164,7 +164,7 @@
-- --
-- === -- ===
-- --
-- @module Event -- @module Core.Event
--- The EVENT structure --- The EVENT structure

View File

@@ -64,7 +64,7 @@
-- --
-- === -- ===
-- --
-- @module Fsm -- @module Core.Fsm
do -- FSM do -- FSM

View File

@@ -10,7 +10,7 @@
-- --
-- === -- ===
-- --
-- @module Goal -- @module Core.Goal
do -- Goal do -- Goal

View File

@@ -30,7 +30,7 @@
-- --
-- === -- ===
-- --
-- @module Menu -- @module Core.Menu
MENU_INDEX = {} MENU_INDEX = {}

View File

@@ -4,7 +4,7 @@
-- --
-- === -- ===
-- --
-- @module Message -- @module Core.Message
--- The MESSAGE class --- The MESSAGE class
-- @type MESSAGE -- @type MESSAGE

View File

@@ -26,7 +26,7 @@
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- @module Point -- @module Core.Point

View File

@@ -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}

View File

@@ -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

View File

@@ -39,7 +39,7 @@
-- --
-- === -- ===
-- --
-- @module Scheduler -- @module Core.Scheduler
--- The SCHEDULER class --- The SCHEDULER class

View File

@@ -30,7 +30,7 @@
-- --
-- === -- ===
-- --
-- @module Set -- @module Core.Set
--- @type SET_BASE --- @type SET_BASE

View File

@@ -16,7 +16,7 @@
-- --
-- * **FlightControl**: Design & Programming -- * **FlightControl**: Design & Programming
-- --
-- @module Settings -- @module Core.Settings
--- @type SETTINGS --- @type SETTINGS

View File

@@ -21,7 +21,7 @@
-- --
-- === -- ===
-- --
-- @module Spawn -- @module Core.Spawn
--- SPAWN Class --- SPAWN Class

View File

@@ -29,7 +29,7 @@
-- --
-- === -- ===
-- --
-- @module SpawnStatic -- @module Core.SpawnStatic

View File

@@ -38,7 +38,7 @@
-- --
-- === -- ===
-- --
-- @module Spot -- @module Core.Spot
do do

View File

@@ -10,7 +10,7 @@
-- --
-- === -- ===
-- --
-- @module UserFlag -- @module Core.UserFlag
do -- UserFlag do -- UserFlag

View File

@@ -10,7 +10,7 @@
-- --
-- === -- ===
-- --
-- @module UserSound -- @module Core.UserSound
do -- UserSound do -- UserSound

View File

@@ -7,7 +7,7 @@
-- --
-- === -- ===
-- --
-- @module Velocity -- @module Core.Velocity
do -- Velocity do -- Velocity

View File

@@ -34,7 +34,7 @@
-- --
-- === -- ===
-- --
-- @module Zone -- @module Core.Zone
--- @type ZONE_BASE --- @type ZONE_BASE