From 4a77dbec06bf7812fa6326cb103dce52144e49c3 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 10 May 2016 23:12:04 +0200 Subject: Update phpdoc --- doc/phpdoc/namespaces/default.html | 188 ++++++++++++++++++++++++++++++++----- 1 file changed, 166 insertions(+), 22 deletions(-) (limited to 'doc/phpdoc/namespaces/default.html') diff --git a/doc/phpdoc/namespaces/default.html b/doc/phpdoc/namespaces/default.html index 87e1895..4e502d4 100644 --- a/doc/phpdoc/namespaces/default.html +++ b/doc/phpdoc/namespaces/default.html @@ -700,8 +700,42 @@ « More » -
-

initCraftMine

+
+

initDungeon

+

Marks the dungeon as accessible in the session.

+
+ +
+
+
+ + + + + + + + + + +
+ package + + +

inc\dungeon.inc

+
+ + +
+ + +
+
+
+ « More »
+ +
+

initMineIfNeeded

Initializes the gold amount and miners count in the session.

@@ -732,11 +766,11 @@
- « More » + « More » -
-

initDungeon

-

Marks the dungeon as accessible in the session.

+
+

initMinersIfNeeded

+

@@ -750,7 +784,7 @@ -

inc\dungeon.inc

+

inc\guild.inc

@@ -766,7 +800,7 @@
- « More »
+ « More »

initPerso

@@ -836,6 +870,40 @@
« More » +
+

initUsedItem

+

+
+ +
+
+
+ + + + + + + + + + +
+ package + + +

inc\perso.inc

+
+ + +
+ + +
+
+
+ « More »
+

launchDungeon

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

@@ -870,6 +938,48 @@
« More » +
+

limitUse

+

traite le fait que wooden sword n'est pas cumulable +metal sword non plus +life bottle cumulable 3 fois +si on clique sur wooden sword alors que on avait une metal sword, le bonusPower passe de +3 à +1

+
+ +
+
+
+ + + + + + + + + + +
+ package + + +

inc\perso.inc

+
+ + +
+ +

Arguments

+
+

$item

+

+
+ +
+
+
+ « More »
+

listSaves

Sends the list of available saves to the client.

@@ -1044,6 +1154,40 @@
« More » +
+

reusable

+

+
+ +
+
+
+ + + + + + + + + + +
+ package + + +

inc\perso.inc

+
+ + +
+ + +
+
+
+ « More »
+

saveGame

Save the XML save tree as an XML file named after the results of genFilename in SAVEDIR.

@@ -1580,6 +1724,19 @@ XML errors are simply ignored and an error is sent to the client if something wr

Constants

+
+

SAVEDIR

+

Directory to save to and load from.

+
+

The PHP/Apache user must have write permission on this directory. +Use the following commands to give write permissions to the http group:

+ +sudo chown :http data/save +sudo chmod g+w data/save + +
+ « More »
+

GUILD_COST

Amount of gold required to build the miners guild.

@@ -1596,19 +1753,6 @@ XML errors are simply ignored and an error is sent to the client if something wr
« More »
-
-

SAVEDIR

-

Directory to save to and load from.

-
-

The PHP/Apache user must have write permission on this directory. -Use the following commands to give write permissions to the http group:

- -sudo chown :http data/save -sudo chmod g+w data/save - -
- « More »
-
@@ -1650,7 +1794,7 @@ sudo chmod g+w data/save Template is built using Twitter Bootstrap 2 and icons provided by Glyphicons.
Documentation is powered by phpDocumentor and
- generated on Mon, 09 May 2016 14:01:23 +0200.
+ generated on Tue, 10 May 2016 23:11:53 +0200.
-- cgit v1.2.3-70-g09d2