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