Skip to content

Commit

Permalink
Deploying to gh-pages from @ d87dfd5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Dec 3, 2024
1 parent 0df56ed commit 07d4f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flixel/system/FlxVersion.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
float: none;
text-shadow: 0 0 0 transparent;
}
</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" style="color:#000000" href="../../">Leather Engine Documentation</a><a href="#" id="theme-toggle" class="brand" style="color:#000000" onclick="toggleTheme()" title="Toggle Dark Mode"><i class="fa fa-moon-o"></i></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="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> FlxVersion</h1><h4><small>package <a href="../../flixel/system/index.html">flixel.system</a></small></h4> <span class="label label-meta label-meta-directlyUsed" title="Marks types that are directly referenced by non-extern code.">@:directlyUsed</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(hscript.macros.UsingHandler.build())</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(hscript.macros.ClassExtendMacro.build())</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(flixel.system.macros.FlxGitSHA.buildGitSHA(&quot;flixel&quot;))</span></div><div class="body"><div class="doc doc-main"><p>Helper object for semantic versioning.</p><p class="javadoc">See also:</p><ul><li><div class="inline-content"><p><a href="http://semver.org">http://semver.org</a>/</p></div></li></ul></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="sha"></a><h3 class="anchor"><code><span class="label label-meta label-meta-value" title="Used to store default values for fields and function arguments.">@:value(&quot;b14d1e5687a7a50063f710b0a88da9bc828982f4\n&quot;)</span><span class="label label-static">static</span><span class="label">read only</span><a href="#sha"><span class="identifier">sha</span></a>:<a class="type" title="Dynamic - Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a><span> = &quot;b14d1e5687a7a50063f710b0a88da9bc828982f4\n&quot;</span></code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3 class="anchor"><code><a href="#new"><span class="identifier">new</span></a>(<span style="white-space:nowrap">Major:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">Minor:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">Patch:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></span>)</code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="major"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#major"><span class="identifier">major</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="minor"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#minor"><span class="identifier">minor</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="patch"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#patch"><span class="identifier">patch</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="toString"></a><h3 class="anchor"><code><a href="#toString"><span class="identifier">toString</span></a>():<a class="type" title="String - The basic String class." href="../../String.html">String</a></code></h3><div class="doc"><p>Formats the version in the format "HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA",
</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" style="color:#000000" href="../../">Leather Engine Documentation</a><a href="#" id="theme-toggle" class="brand" style="color:#000000" onclick="toggleTheme()" title="Toggle Dark Mode"><i class="fa fa-moon-o"></i></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="fa fa-search"></i></span><input id="search" type="text" placeholder="Filter (Ctrl+P)" autocomplete="off"/></div></form></div><div class="well sidebar-nav" id="explorer"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> FlxVersion</h1><h4><small>package <a href="../../flixel/system/index.html">flixel.system</a></small></h4> <span class="label label-meta label-meta-directlyUsed" title="Marks types that are directly referenced by non-extern code.">@:directlyUsed</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(hscript.macros.UsingHandler.build())</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(hscript.macros.ClassExtendMacro.build())</span><span class="label label-meta label-meta-build" title="Builds a class or enum from a macro.">@:build(flixel.system.macros.FlxGitSHA.buildGitSHA(&quot;flixel&quot;))</span></div><div class="body"><div class="doc doc-main"><p>Helper object for semantic versioning.</p><p class="javadoc">See also:</p><ul><li><div class="inline-content"><p><a href="http://semver.org">http://semver.org</a>/</p></div></li></ul></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="sha"></a><h3 class="anchor"><code><span class="label label-meta label-meta-value" title="Used to store default values for fields and function arguments.">@:value(&quot;e9e90dff8825eff7ff313da07e3d77a2dd80a694\n&quot;)</span><span class="label label-static">static</span><span class="label">read only</span><a href="#sha"><span class="identifier">sha</span></a>:<a class="type" title="Dynamic - Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a><span> = &quot;e9e90dff8825eff7ff313da07e3d77a2dd80a694\n&quot;</span></code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3 class="anchor"><code><a href="#new"><span class="identifier">new</span></a>(<span style="white-space:nowrap">Major:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">Minor:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">Patch:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></span>)</code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="major"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#major"><span class="identifier">major</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="minor"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#minor"><span class="identifier">minor</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div><div class="field "><a name="patch"></a><h3 class="anchor"><code><span class="label">read only</span><a href="#patch"><span class="identifier">patch</span></a>:<a class="type" title="Int - The standard Int type." href="../../Int.html">Int</a></code></h3><div class="doc"><p></p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="toString"></a><h3 class="anchor"><code><a href="#toString"><span class="identifier">toString</span></a>():<a class="type" title="String - The basic String class." href="../../String.html">String</a></code></h3><div class="doc"><p>Formats the version in the format "HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA",
e.g. HaxeFlixel 3.0.4.
If this is a dev version, the git sha is included.</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:#000000">&copy; 2024 &nbsp;</p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
Loading

0 comments on commit 07d4f72

Please sign in to comment.