<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=Scripting_Engine_Changelog</id>
		<title>Scripting Engine Changelog - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=Scripting_Engine_Changelog"/>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=Scripting_Engine_Changelog&amp;action=history"/>
		<updated>2026-04-29T16:52:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.hoggitworld.com/index.php?title=Scripting_Engine_Changelog&amp;diff=83&amp;oldid=prev</id>
		<title>Grimes: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=Scripting_Engine_Changelog&amp;diff=83&amp;oldid=prev"/>
				<updated>2018-04-12T00:12:11Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Changelog 1.2.6 (DCS World 1.2.5 - 1.2.6) =&lt;br /&gt;
&lt;br /&gt;
*''atmosphere'' singleton was added&lt;br /&gt;
*''Unit.getCallsign()'' function was added&lt;br /&gt;
*''Airbase.getDescByName()'' function was added&lt;br /&gt;
*''Airbase.getCallsign()'' function was added&lt;br /&gt;
*''Controller.getDetectedTargets()'' and ''Controller.knowTarget()'' functions were added&lt;br /&gt;
*''Controller.isTargetVisible()'' was modified&lt;br /&gt;
*''Spot'' class was added&lt;br /&gt;
*''Group.getInitialSize()'' function was added&lt;br /&gt;
&lt;br /&gt;
= Changelog 1.2.5 (DCS: World 1.2.4 - 1.2.5) = &lt;br /&gt;
&lt;br /&gt;
* ''AI.Skill'' enum was added&lt;br /&gt;
* ''Unit.getDescByName()'' function added&lt;br /&gt;
* ''Controller.setOnOff()'' function was added&lt;br /&gt;
* ''Controller.isTargetDetected()'' function was added&lt;br /&gt;
* Functions for some trigger actions was added: ''trigger.action.activateGroup()'', ''trigger.action.deactivateGroup()'', ''trigger.action.setGroupAIOn()'', ''trigger.action.setGroupAIOff()'', ''trigger.action.groupStopMoving()'',''trigger.action.groupContinueMoving()''.&lt;br /&gt;
* ''StopRoute'' AI Command was added.&lt;br /&gt;
&lt;br /&gt;
=  Changelog 1.2.4 (DCS: World 1.2.3 - 1.2.4) = &lt;br /&gt;
&lt;br /&gt;
* ''Object.getCategory()'' function was added&lt;br /&gt;
* Multiple functions were moved from ''Unit'' to ''Object''&lt;br /&gt;
* ''Object.destroy()'' function was added&lt;br /&gt;
* ''Object.getDesc()'' function was added&lt;br /&gt;
* ''CoalitionObject'' intermediate class was added&lt;br /&gt;
* ''StaticObject.getByName'' static function was added&lt;br /&gt;
* ''Unit.getPlayerName()'' function was added&lt;br /&gt;
* ''Unit.getAmmo()'' function was added&lt;br /&gt;
* ''Airbase'' class was added&lt;br /&gt;
* ''Weapon.getLauncher()'' and ''Weapon.getTarget()'' functions were added.&lt;br /&gt;
* Descriptors for ''Unit'', ''Weapon'', ''Airbase'', ''StaticObject'' and ''SceneryObject''&lt;br /&gt;
* ''Group.isExist()'' function was added&lt;br /&gt;
* ''Group.getCategory()'' and ''Group.getCoalition()'' functions were added&lt;br /&gt;
* ''Group.activate()'' and ''Group.destroy()'' functions were added&lt;br /&gt;
* ''coalition.getPlayers()'' function was added&lt;br /&gt;
* ''coalition.getGroups()'' function was added&lt;br /&gt;
* ''coalition.getStaticObjects()'' function was added&lt;br /&gt;
* ''coalition.addGroup()'' function was added&lt;br /&gt;
* ''coalition.addStaticObject()'' function was added&lt;br /&gt;
* ''world.getAirbases()'' and ''coalition.getAirbases()'' functions were added&lt;br /&gt;
* ''world.searchObjects()'' function was added&lt;br /&gt;
* ''land.getSurfaceType'' function was added&lt;br /&gt;
* ''trigger.action.setAITask()'' and ''trigger.action.pushAITask()'' functions was added&lt;br /&gt;
* Some new main tasks for airborne units / groups are now available: ''Land'', ''Follow'', ''Escort''&lt;br /&gt;
* FAC tasks are now available: ''FAC_AttackGroup'', ''FAC_EngageGroup'', ''FAC''&lt;br /&gt;
* ''missionCommands'' singletone was added&lt;br /&gt;
* ''AI'' namespace added. It contains constants used in ''Controller'' functions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=  Changelog 1.2.3 (DCS: World 1.2.2 - 1.2.3) = &lt;br /&gt;
* &amp;quot;Mission&amp;quot; task for ground groups&lt;br /&gt;
* Unit.getFuel function added&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=  Changelog 1.2.2 (DCS: World 1.2.0 - 1.2.2) = &lt;br /&gt;
* Controller.pushTask() function added&lt;br /&gt;
* Controller.popTask() function added&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=  Changelog 1.1.1.0 (DCS: A-10C) - 1.2.0 (DCS: World) =&lt;br /&gt;
&lt;br /&gt;
* All signletons now have lowercase capitalization.&lt;br /&gt;
&lt;br /&gt;
* ''env'' singletone added. The singletone provides 3 log functions.&lt;br /&gt;
&lt;br /&gt;
* ''world.scheduleDoString()'' function replaced with &amp;quot;schedule function&amp;quot; functions of ''timer'' singletone.&lt;br /&gt;
&lt;br /&gt;
* Simulator event system is now available in Mission Scripting Environmet.&lt;br /&gt;
&lt;br /&gt;
* ''coalition'' namespace added.&lt;br /&gt;
&lt;br /&gt;
* ''country'' namespace added.&lt;br /&gt;
&lt;br /&gt;
* ''coord'' namespace added.&lt;br /&gt;
&lt;br /&gt;
* New functions added into ''trigger'' singletone. These functions provides access to trigger actions as well as trigger zones and user flags.&lt;br /&gt;
&lt;br /&gt;
* ''Static'' class will not be available until MP problem is resolved.&lt;br /&gt;
&lt;br /&gt;
* ''Weapon.flag'' constants added into ''Weapon'' class.&lt;br /&gt;
&lt;br /&gt;
* ''UnitId Unit:getID()'' function added.&lt;br /&gt;
&lt;br /&gt;
* ''Group Group.getByName(string groupName)'' function added.&lt;br /&gt;
&lt;br /&gt;
* ''GroupId Group:getID()'' function added.&lt;br /&gt;
&lt;br /&gt;
* ''Controller Group:getController()'' function added.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;AttackGroup&amp;quot; and &amp;quot;EngageGroup&amp;quot; AI tasks: group numeric identifier ''groupId = GroupId'' used instead of group name ''groupName = string''.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Orbit&amp;quot;, &amp;quot;Bombing&amp;quot;, &amp;quot;AttackMapObject&amp;quot;, &amp;quot;FireAtPoint&amp;quot;, &amp;quot;EngageTargetsInZone&amp;quot;: ''point = Vec2'' used instead of ''x = number, y = number'' pair.&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Grimes</name></author>	</entry>

	</feed>