From 9f28616dfd1cc425c5013937bab729217b7be2e6 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 8 May 2016 20:45:40 +0200 Subject: Add build_doc.sh script + generated phpdoc --- doc/phpdoc/packages/inc.dungeon.inc.html | 208 +++++++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 doc/phpdoc/packages/inc.dungeon.inc.html (limited to 'doc/phpdoc/packages/inc.dungeon.inc.html') diff --git a/doc/phpdoc/packages/inc.dungeon.inc.html b/doc/phpdoc/packages/inc.dungeon.inc.html new file mode 100644 index 0000000..7d5d6a3 --- /dev/null +++ b/doc/phpdoc/packages/inc.dungeon.inc.html @@ -0,0 +1,208 @@ + + + + + + » \inc\dungeon.inc + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+ +
+ +
+ +
+ + + + +
+

Functions

+
+

generateMonster

+

Loads all the dungeon's monsters from the XML file data/monsters.xml.

+
+ « More » +
+ +
+

initDungeon

+

Marks the dungeon as accessible in the session.

+
+ « More » +
+ +
+

sendDungeon

+

Returns the dungeon array if it was created.

+
+ « More » +
+ +
+

buildDungeon

+

Allows acces to the dungeon in the session and sends it to the client.

+
Debits the dungeon's ticket cost from the player's gold.
+ « More » +
+ +
+

launchDungeon

+

Sends monsters for a specific floor as specified by the floor POST parameter to the client.

+
+ « More » +
+ +
+

sendDungeonProgress

+

Updates floor and monster number from the POST parameters in the session.

+
+ « More » +
+ +
+

exitDungeon

+

Marks the dungeon as not accessible in the session.

+
+ « More » +
+ +
+ + + + +
+
+
+ + + + -- cgit v1.2.3-54-g00ecf