SpawnHealth

From ZDoom Wiki
(Redirected from GetSpawnHealth)
Jump to navigation Jump to search

Actor

native clearscope int SpawnHealth () const
native clearscope int GetSpawnHealth () 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.

GetSpawnHealth functions exactly the same as SpawnHealth.

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.