mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
added description
This commit is contained in:
parent
5803be3904
commit
e5a89d2d38
34
mist.lua
34
mist.lua
@ -1,15 +1,25 @@
|
|||||||
--[[
|
--- MIST Mission Scripting Tools.
|
||||||
Links:
|
-- MIssion Scripting Tools (MIST) is a collection of Lua functions
|
||||||
|
-- and databases that is intended to be a supplement to the standard
|
||||||
ED Forum Thread: http://forums.eagle.ru/showthread.php?t=98616
|
-- Lua functions included in the simulator scripting engine.
|
||||||
|
--
|
||||||
Github
|
-- MIST functions and databases provide ready-made solutions to many common
|
||||||
Development: https://github.com/mrSkortch/MissionScriptingTools/tree/development
|
-- scripting tasks and challenges, enabling easier scripting and saving
|
||||||
Official Release: https://github.com/mrSkortch/MissionScriptingTools/tree/master
|
-- mission scripters time. The table mist.flagFuncs contains a set of
|
||||||
|
-- Lua functions (that are similar to Slmod functions) that do not
|
||||||
]]
|
-- require detailed Lua knowledge to use.
|
||||||
|
--
|
||||||
--- MiST Mission Scripting Tools.
|
-- However, the majority of MIST does require knowledge of the Lua language,
|
||||||
|
-- and, if you are going to utilize these components of MIST, it is necessary
|
||||||
|
-- that you read the Simulator Scripting Engine guide on the official ED wiki.
|
||||||
|
--
|
||||||
|
-- Links:
|
||||||
|
-- ED Forum Thread: http://forums.eagle.ru/showthread.php?t=98616
|
||||||
|
--
|
||||||
|
-- Github
|
||||||
|
-- Development: https://github.com/mrSkortch/MissionScriptingTools/tree/development
|
||||||
|
-- Official Release: https://github.com/mrSkortch/MissionScriptingTools/tree/master
|
||||||
|
--
|
||||||
-- @module mist
|
-- @module mist
|
||||||
-- @author Speed
|
-- @author Speed
|
||||||
-- @author Grimes
|
-- @author Grimes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user