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