blob: d0fcf19bf581325b172af69b50b7f8868ef12672 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001IsPlayerCorpse()
2================
3
4FUNKTION
5--------
6::
7
8 public int IsPlayerCorpse()
9
10DEFINIERT IN
11------------
12::
13
14 /std/corpse.c
15
16RUeCKGABEWERT
17-------------
18::
19
20 1 wenn Spielerleiche
21 0 sonst
22
23BESCHREIBUNG
24------------
25::
26
27 Gibt 1 zurueck, wenn diese Leiche eine Spielerleiche ist. Es kann auch
28 eine "normale" NPC-Leiche sein.
29
30SIEHE AUCH
31----------
32::
33
34 Aehnlich: living, interactive
35 Aehnlich: IsArmour, IsBottle, IsClothing, IsRoom, IsUnit
36
373. Sep 2016, Gloinson
38