Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 1 | |
2 | IsBottle() | ||||
3 | ********** | ||||
4 | |||||
5 | |||||
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 6 | IsPlayerCorpse |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 7 | ============== |
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 8 | |
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 9 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 10 | FUNKTION |
11 | ======== | ||||
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 12 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 13 | int IsBottle() |
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 14 | |
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 15 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 16 | DEFINIERT IN |
17 | ============ | ||||
18 | |||||
19 | /std/items/flasche.c | ||||
20 | |||||
21 | |||||
22 | RUeCKGABEWERT | ||||
23 | ============= | ||||
24 | |||||
25 | 1 wenn Flasche | ||||
26 | 0 sonst | ||||
27 | |||||
28 | |||||
29 | BESCHREIBUNG | ||||
30 | ============ | ||||
31 | |||||
32 | Gibt 1 zurueck, wenn das eine Flasche mit ordentlichem Flaschenverhalten | ||||
33 | ist. | ||||
34 | |||||
35 | |||||
36 | SIEHE AUCH | ||||
37 | ========== | ||||
38 | |||||
39 | Aehnlich: living, interactive | ||||
40 | Aehnlich: IsArmour, IsClothing, IsPlayerCorpse, IsRoom, IsUnit | ||||
Christian Georg Becker | d42fc79 | 2016-09-03 09:10:11 +0200 | [diff] [blame] | 41 | |
42 | 3. Sep 2016, Gloinson |