Skip to content

Commit

Permalink
forgot files
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkwizard committed Jan 29, 2024
1 parent fd4cc40 commit 005f646
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 0 deletions.
94 changes: 94 additions & 0 deletions Docs/Generated/Pages/Built-Ins/Array.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@

<!DOCTYPE html>
<html>
<head>
<link href="..\..\vars.css" type="text/css" rel="stylesheet">
<link href="..\..\doc.css" type="text/css" rel="stylesheet">
</head>
<body>

<div class="class-wrapper" id="class Array">
<div class="class-header">
<span class="keyword">class</span> <a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L169" target="_blank" class="class-name source-link">Array</a>
</div>
<div class="class desc">
The built-in Array class has some additional quality-of-life methods in the <a href="../../Pages/Structure/Hengine.html#class Hengine">Hengine</a>.
</div>



<div class="header">Properties</div>
<div class="class-properties">
<div class="prop-wrapper" id="Array.last">
<div class="prop-header member">
<span class="prop-name">last</span><span class="type">Any</span>
</div>
<div class="prop desc">The last element of the array</div>
</div>
</div>



<div class="header">Methods</div>
<div class="class-methods">
<div class="function-wrapper" id="Array.prototype.pushArray()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L179" target="_blank" class="function-name source-link">pushArray</a>(<span class="param">array</span>)<span class="type">void</span>
</div>
<div class="function desc">
Pushes each element in an array to the end of the caller.
</div>

<div class="function-signature">

<div class="header">Parameters</div>

<div class="param-wrapper" id="Array.prototype.pushArray():array">
<div class="param-name">
<span class="param">array</span>
<span class="type">Any[]</span>
</div>
<div class="param desc">
The array to add to the end
</div>
</div>


</div>

</div>

<div class="function-wrapper" id="Array.dim()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L257" target="_blank" class="function-name source-link">Array.dim</a>(<span class="param">...dims</span>)<span class="type">Array</span>
</div>
<div class="function desc">
Creates a multidimensional array, on which standard array operations can be performed with additional arguments.
e.g. <code class=" highlight-BACKGROUND"><span class="highlight-IDENTIFIER">arr</span><span class="highlight-SYMBOL">.</span><span class="highlight-FUNCTION">map</span><span class="highlight-SYMBOL">((</span><span class="highlight-IDENTIFIER">value</span><span class="highlight-SYMBOL">, </span><span class="highlight-IDENTIFIER">i</span><span class="highlight-SYMBOL">, </span><span class="highlight-IDENTIFIER">j</span><span class="highlight-SYMBOL">)</span><span class="highlight-KEYWORD"> =&gt; </span><span class="highlight-SYMBOL">...)</span></code> for a 2D array.
</div>

<div class="function-signature">

<div class="header">Parameters</div>

<div class="param-wrapper" id="Array.dim():...dims">
<div class="param-name">
<span class="param">dims</span>
<span class="type"><a href="../../Pages/Built-Ins/Number.html#class Number">Number</a>[]</span>
</div>
<div class="param desc">
The sizes of the each dimension of the array.
</div>
</div>


</div>

</div>
</div>

</div>

</body>
</html>

Expand Down
61 changes: 61 additions & 0 deletions Docs/Generated/Pages/Built-Ins/Number.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

<!DOCTYPE html>
<html>
<head>
<link href="..\..\vars.css" type="text/css" rel="stylesheet">
<link href="..\..\doc.css" type="text/css" rel="stylesheet">
</head>
<body>

<div class="class-wrapper" id="class Number">
<div class="class-header">
<span class="keyword">class</span> <a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L273" target="_blank" class="class-name source-link">Number</a> <span class="keyword">extends</span> <span class="class-name"><a href="../../Pages/Superclasses/Operable.html#class Operable">Operable</a></span>
</div>
<div class="class desc">
The built-in Number class has some additional utility methods in the <a href="../../Pages/Structure/Hengine.html#class Hengine">Hengine</a>.
The class extends <a href="../../Pages/Superclasses/Operable.html#class Operable">Operable</a> only in the sense that it has all of the same methods, excluding those that modify the caller in-place.
</div>





<div class="header">Methods</div>
<div class="class-methods">
<div class="function-wrapper" id="Number.prototype.toDegrees()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L278" target="_blank" class="function-name source-link">toDegrees</a>()<span class="type">Number</span>
</div>
<div class="function desc">
Returns the caller (interpreted as radians) converted to degrees.
</div>

</div>

<div class="function-wrapper" id="Number.prototype.toRadians()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L286" target="_blank" class="function-name source-link">toRadians</a>()<span class="type">Number</span>
</div>
<div class="function desc">
Returns the caller (interpreted as degrees) converted to radians.
</div>

</div>

<div class="function-wrapper" id="Number.prototype.toMaxed()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L299" target="_blank" class="function-name source-link">toMaxed</a>()<span class="type">Number</span>
</div>
<div class="function desc">
Converts the number to a string with a specified maximum number of digits.
Trailing zeros will be discarded.
</div>

</div>
</div>

</div>

</body>
</html>

Expand Down
49 changes: 49 additions & 0 deletions Docs/Generated/Pages/Built-Ins/String.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

<!DOCTYPE html>
<html>
<head>
<link href="..\..\vars.css" type="text/css" rel="stylesheet">
<link href="..\..\doc.css" type="text/css" rel="stylesheet">
</head>
<body>

<div class="class-wrapper" id="class String">
<div class="class-header">
<span class="keyword">class</span> <a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L306" target="_blank" class="class-name source-link">String</a>
</div>
<div class="class desc">
The built-in String class has some additional utility methods in the <a href="../../Pages/Structure/Hengine.html#class Hengine">Hengine</a>.
</div>





<div class="header">Methods</div>
<div class="class-methods">
<div class="function-wrapper" id="String.prototype.capitalize()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L311" target="_blank" class="function-name source-link">capitalize</a>()<span class="type">String</span>
</div>
<div class="function desc">
Returns a copy of the caller with the first character capitalized.
</div>

</div>

<div class="function-wrapper" id="String.prototype.indent()">
<div class="function-header member">
<a href="https://www.github.com/Elkwizard/Hengine/blob/master/Package/Engine/Preload\PrototypeOverload.js?#L333" target="_blank" class="function-name source-link">indent</a>()<span class="type">String</span>
</div>
<div class="function desc">
Returns the caller with each line indented by a single tab character.
</div>

</div>
</div>

</div>

</body>
</html>

Expand Down

0 comments on commit 005f646

Please sign in to comment.