diff options
Diffstat (limited to 'doc/phpdoc/classes')
-rw-r--r-- | doc/phpdoc/classes/Inventory.html | 2 | ||||
-rw-r--r-- | doc/phpdoc/classes/Item.html | 2 | ||||
-rw-r--r-- | doc/phpdoc/classes/Monster.html | 33 |
3 files changed, 33 insertions, 4 deletions
diff --git a/doc/phpdoc/classes/Inventory.html b/doc/phpdoc/classes/Inventory.html index 18149d5..d8918b9 100644 --- a/doc/phpdoc/classes/Inventory.html +++ b/doc/phpdoc/classes/Inventory.html @@ -554,7 +554,7 @@ Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br/> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/> - generated on Mon, 09 May 2016 14:01:23 +0200.<br/> + generated on Tue, 10 May 2016 23:11:53 +0200.<br/> </footer> </body> </html> diff --git a/doc/phpdoc/classes/Item.html b/doc/phpdoc/classes/Item.html index eab07f2..210ae23 100644 --- a/doc/phpdoc/classes/Item.html +++ b/doc/phpdoc/classes/Item.html @@ -477,7 +477,7 @@ Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br/> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/> - generated on Mon, 09 May 2016 14:01:23 +0200.<br/> + generated on Tue, 10 May 2016 23:11:53 +0200.<br/> </footer> </body> </html> diff --git a/doc/phpdoc/classes/Monster.html b/doc/phpdoc/classes/Monster.html index 859dead..cc6417e 100644 --- a/doc/phpdoc/classes/Monster.html +++ b/doc/phpdoc/classes/Monster.html @@ -187,7 +187,7 @@ <a id="method___construct"></a> <div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse"> <h2>Monster's constructor</h2> - <pre>__construct(string $name, integer $level, integer $hp, integer $xp, string $icon) : void</pre> + <pre>__construct(string $name, integer $level, integer $hp, integer $xp, integer $power, string $icon) : void</pre> <div class="labels"> </div> @@ -217,6 +217,10 @@ <code>integer</code><p><p>Exp given by the Monster</p></p> </div> <div class="subelement argument"> + <h4>$power</h4> + <code>integer</code><p><p>Monster's power</p></p> + </div> + <div class="subelement argument"> <h4>$icon</h4> <code>string</code><p><p>Item's icon</p></p> </div> @@ -384,6 +388,31 @@ </div> </div> </div> + <a id="property_power"> </a> + <div class="element clickable property public property_power" data-toggle="collapse" data-target=".property_power .collapse"> + <h2>power</h2> + <pre>power : </pre> + <div class="labels"> + </div> + <div class="row collapse"> + <div class="detail-description"> + <div class="long_description"></div> + + <table class="table"> + <tr> + <th> + + </th> + <td> + </td> + </tr> + </table> + + <h3>Type(s)</h3> + <code></code> + </div> + </div> + </div> </div> </div> <a id="\Monster"></a> @@ -404,7 +433,7 @@ Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br/> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/> - generated on Mon, 09 May 2016 14:01:23 +0200.<br/> + generated on Tue, 10 May 2016 23:11:53 +0200.<br/> </footer> </body> </html> |