SpawnHealth

From ZDoom Wiki
Jump to navigation Jump to search

Actor

clearscope int SpawnHealth () const

Usage

Returns the health value the calling actor spawned with, taking into account the following health modifiers:

It is generally preferable to use the GetMaxHealth function instead of this one, since it has an added benefit of also properly checking PlayerPawn health, while returning the same data as SpawnHealth on regular actors.

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.