blob: 3d6112062715c59bda44d7ce8c26b2cb8f087ca7 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001IsRoom()
2========
3
4FUNKTION
5--------
6::
7
8 status IsRoom()
9
10DEFINIERT IN
11------------
12::
13
14 /std/room.c
15
16RUeCKGABEWERT
17-------------
18::
19
20 1 wenn ein Raum
21 0 sonst
22
23BESCHREIBUNG
24------------
25::
26
27 Gibt 1 zurueck, wenn /std/room.c irgendwo geerbt wurde, es also ein
28 Raum ist.
29
30SIEHE AUCH
31----------
32::
33
34 Aehnlich: living, interactive
35 Aehnlich: IsArmour, IsBottle, IsClothing, IsPlayerCorpse, IsUnit
36
373. Sep 2016, Gloinson
38