blob: a1c1b1d1dfa23cd0db3c575289b5c0b24188303a [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001IsBottle()
2==========
3
4IsPlayerCorpse
5--------------
6::
7
8FUNKTION
9--------
10::
11
12 int IsBottle()
13
14DEFINIERT IN
15------------
16::
17
18 /std/items/flasche.c
19
20RUeCKGABEWERT
21-------------
22::
23
24 1 wenn Flasche
25 0 sonst
26
27BESCHREIBUNG
28------------
29::
30
31 Gibt 1 zurueck, wenn das eine Flasche mit ordentlichem Flaschenverhalten
32 ist.
33
34SIEHE AUCH
35----------
36::
37
38 Aehnlich: living, interactive
39 Aehnlich: IsArmour, IsClothing, IsPlayerCorpse, IsRoom, IsUnit
40
413. Sep 2016, Gloinson
42