2025-01-15 19:42:35 +01:00

39 lines
26 KiB
HTML

<!DOCTYPE html>
<html lang="en"><!-- use theme color or fallback -->
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.project.HXProject - API Reference</title></head><body><style>
a, code .type {
color: #24afc4;
}
.navbar .brand {
display: inline-block;
float: none;
text-shadow: 0 0 0 transparent;
}
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
background: #24afc4;
color: #ffffff;
text-shadow: 0 0 0 transparent;
}
.navbar .container {
width: 940px ;
}
@media (max-width: 767px) {
.navbar .container {
width: auto;
}
}
@media (max-width: 979px) and (min-width: 768px) {
.navbar .container {
width: 724px;
}
}
@media (min-width: 1200px) {
.navbar .container {
width: 1170px;
}
}
.navbar .container img {
margin: 5px 0 0 4px;
}
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> HXProject</h1><h4><small>package <a href="../../lime/project/index.html">lime.project</a></small></h4> <h4><small><span class="muted">extended by </span><a class="type" title="" href="../../lime/project/ProjectXMLParser.html">ProjectXMLParser</a></small></h4><p class="availability"><hr/><em>Available on Neko, macOS, Linux, Windows</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="app"></a><h3><p><code><a href="../../lime/project/HXProject.html#app"><span class="identifier">app</span></a>:<a class="type" title="" href="../../lime/project/ApplicationData.html">ApplicationData</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="architectures"></a><h3><p><code><a href="../../lime/project/HXProject.html#architectures"><span class="identifier">architectures</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Architecture.html">Architecture</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="assets"></a><h3><p><code><a href="../../lime/project/HXProject.html#assets"><span class="identifier">assets</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Asset.html">Asset</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="command"></a><h3><p><code><a href="../../lime/project/HXProject.html#command"><span class="identifier">command</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="config"></a><h3><p><code><a href="../../lime/project/HXProject.html#config"><span class="identifier">config</span></a>:<a class="type" title="" href="../../lime/project/ConfigData.html">ConfigData</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="debug"></a><h3><p><code><a href="../../lime/project/HXProject.html#debug"><span class="identifier">debug</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="defines"></a><h3><p><code><a href="../../lime/project/HXProject.html#defines"><span class="identifier">defines</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="dependencies"></a><h3><p><code><a href="../../lime/project/HXProject.html#dependencies"><span class="identifier">dependencies</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Dependency.html">Dependency</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="environment"></a><h3><p><code><a href="../../lime/project/HXProject.html#environment"><span class="identifier">environment</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="haxedefs"></a><h3><p><code><a href="../../lime/project/HXProject.html#haxedefs"><span class="identifier">haxedefs</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="haxeflags"></a><h3><p><code><a href="../../lime/project/HXProject.html#haxeflags"><span class="identifier">haxeflags</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="haxelibs"></a><h3><p><code><a href="../../lime/project/HXProject.html#haxelibs"><span class="identifier">haxelibs</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Haxelib.html">Haxelib</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="host"></a><h3><p><code><span class="label">read only</span><a href="../../lime/project/HXProject.html#host"><span class="identifier">host</span></a>:<a class="type" title="" href="../../lime/project/Platform.html">Platform</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="icons"></a><h3><p><code><a href="../../lime/project/HXProject.html#icons"><span class="identifier">icons</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Icon.html">Icon</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="javaPaths"></a><h3><p><code><a href="../../lime/project/HXProject.html#javaPaths"><span class="identifier">javaPaths</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="keystore"></a><h3><p><code><a href="../../lime/project/HXProject.html#keystore"><span class="identifier">keystore</span></a>:<a class="type" title="" href="../../lime/project/Keystore.html">Keystore</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="libraries"></a><h3><p><code><a href="../../lime/project/HXProject.html#libraries"><span class="identifier">libraries</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/Library.html">Library</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="libraryHandlers"></a><h3><p><code><a href="../../lime/project/HXProject.html#libraryHandlers"><span class="identifier">libraryHandlers</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="modules"></a><h3><p><code><a href="../../lime/project/HXProject.html#modules"><span class="identifier">modules</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="" href="../../lime/project/ModuleData.html">ModuleData</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ndlls"></a><h3><p><code><a href="../../lime/project/HXProject.html#ndlls"><span class="identifier">ndlls</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/NDLL.html">NDLL</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="platformType"></a><h3><p><code><a href="../../lime/project/HXProject.html#platformType"><span class="identifier">platformType</span></a>:<a class="type" title="" href="../../lime/project/PlatformType.html">PlatformType</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="postBuildCallbacks"></a><h3><p><code><a href="../../lime/project/HXProject.html#postBuildCallbacks"><span class="identifier">postBuildCallbacks</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/CLICommand.html">CLICommand</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="preBuildCallbacks"></a><h3><p><code><a href="../../lime/project/HXProject.html#preBuildCallbacks"><span class="identifier">preBuildCallbacks</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/CLICommand.html">CLICommand</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="samplePaths"></a><h3><p><code><a href="../../lime/project/HXProject.html#samplePaths"><span class="identifier">samplePaths</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="sources"></a><h3><p><code><a href="../../lime/project/HXProject.html#sources"><span class="identifier">sources</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="splashScreens"></a><h3><p><code><a href="../../lime/project/HXProject.html#splashScreens"><span class="identifier">splashScreens</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/SplashScreen.html">SplashScreen</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="target"></a><h3><p><code><a href="../../lime/project/HXProject.html#target"><span class="identifier">target</span></a>:<a class="type" title="" href="../../lime/project/Platform.html">Platform</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="targetFlags"></a><h3><p><code><a href="../../lime/project/HXProject.html#targetFlags"><span class="identifier">targetFlags</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="targetHandlers"></a><h3><p><code><a href="../../lime/project/HXProject.html#targetHandlers"><span class="identifier">targetHandlers</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="templateContext"></a><h3><p><code><span class="label">read only</span><a href="../../lime/project/HXProject.html#templateContext"><span class="identifier">templateContext</span></a>:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="templatePaths"></a><h3><p><code><a href="../../lime/project/HXProject.html#templatePaths"><span class="identifier">templatePaths</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="window"></a><h3><p><code><a href="../../lime/project/HXProject.html#window"><span class="identifier">window</span></a>:<a class="type" title="" href="../../lime/project/WindowData.html">WindowData</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="windows"></a><h3><p><code><a href="../../lime/project/HXProject.html#windows"><span class="identifier">windows</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="" href="../../lime/project/WindowData.html">WindowData</a>&gt;</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="clone"></a><h3><p><code><a href="#clone"><span class="identifier">clone</span></a> ():<a class="type" title="" href="../../lime/project/HXProject.html">HXProject</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="include"></a><h3><p><code><a href="#include"><span class="identifier">include</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="includeAssets"></a><h3><p><code><a href="#includeAssets"><span class="identifier">includeAssets</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">?rename:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">?include:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;,</span> <span style="white-space:nowrap">?exclude:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="includeXML"></a><h3><p><code><a href="#includeXML"><span class="identifier">includeXML</span></a> (<span style="white-space:nowrap">xml:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="merge"></a><h3><p><code><a href="#merge"><span class="identifier">merge</span></a> (<span style="white-space:nowrap">project:<a class="type" title="" href="../../lime/project/HXProject.html">HXProject</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="path"></a><h3><p><code><a href="#path"><span class="identifier">path</span></a> (<span style="white-space:nowrap">value:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setenv"></a><h3><p><code><a href="#setenv"><span class="identifier">setenv</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="_command"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_command"><span class="identifier">_command</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_debug"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_debug"><span class="identifier">_debug</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_environment"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_environment"><span class="identifier">_environment</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_target"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_target"><span class="identifier">_target</span></a>:<a class="type" title="" href="../../lime/project/Platform.html">Platform</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_targetFlags"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_targetFlags"><span class="identifier">_targetFlags</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_templatePaths"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_templatePaths"><span class="identifier">_templatePaths</span></a>:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="_userDefines"></a><h3><p><code><span class="label">static</span><a href="../../lime/project/HXProject.html#_userDefines"><span class="identifier">_userDefines</span></a>:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="fromFile"></a><h3><p><code><span class="label">static</span><a href="#fromFile"><span class="identifier">fromFile</span></a> (<span style="white-space:nowrap">projectFile:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">?userDefines:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;,</span> <span style="white-space:nowrap">?includePaths:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</span>):<a class="type" title="" href="../../lime/project/HXProject.html">HXProject</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="fromHaxelib"></a><h3><p><code><span class="label">static</span><a href="#fromHaxelib"><span class="identifier">fromHaxelib</span></a> (<span style="white-space:nowrap">haxelib:<a class="type" title="" href="../../lime/project/Haxelib.html">Haxelib</a>,</span> <span style="white-space:nowrap">?userDefines:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;,</span> <span style="white-space:nowrap">clearCache:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="" href="../../lime/project/HXProject.html">HXProject</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="fromPath"></a><h3><p><code><span class="label">static</span><a href="#fromPath"><span class="identifier">fromPath</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">?userDefines:<a class="type" title="Map allows key to value mapping for arbitrary value types, and many key types." href="../../Map.html">Map</a>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>&gt;</span>):<a class="type" title="" href="../../lime/project/HXProject.html">HXProject</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="main"></a><h3><p><code><span class="label">static</span><a href="#main"><span class="identifier">main</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">&copy; 2017 &nbsp;<a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>