blob: a92a830934324a7bb2793741cad59b39fdd2c03f [file] [log] [blame]
Christian Georg Beckerd42fc792016-09-03 09:10:11 +02001IsPlayerCorpse
2
3FUNKTION:
4 public int IsPlayerCorpse()
5
6DEFINIERT IN:
7 /std/corpse.c
8
9RUeCKGABEWERT:
10 1 wenn Spielerleiche
11 0 sonst
12
13BESCHREIBUNG:
14 Gibt 1 zurueck, wenn diese Leiche eine Spielerleiche ist. Es kann auch
15 eine "normale" NPC-Leiche sein.
16
17SIEHE AUCH:
18 Aehnlich: living, interactive
19 Aehnlich: IsArmour, IsBottle, IsClothing, IsRoom, IsUnit
20
213. Sep 2016, Gloinson