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