Exports various resurrection-related functions to ZScript.
This commit is contained in:
parent
59c8d8ff64
commit
c3894ee348
4 changed files with 41 additions and 1 deletions
|
|
@ -7785,6 +7785,13 @@ void AActor::Revive()
|
|||
E_WorldThingRevived(this);
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(AActor, Revive)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
self->Revive();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int AActor::GetGibHealth() const
|
||||
{
|
||||
IFVIRTUAL(AActor, GetGibHealth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue