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