If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "DeathEffect PlayDying"

From SWRC Wiki
Jump to navigation Jump to search
(Created page with "<source lang="c++"> class DeathEffect_PlayDying extends DeathEffect; function DoDeathEffect( Pawn Target, DeathEffectInfo DeathInfo ) { Target.PlayDying( DeathInfo.Damag...")
 
(No difference)

Latest revision as of 19:48, 11 April 2021

class DeathEffect_PlayDying extends DeathEffect;


function DoDeathEffect( Pawn Target, DeathEffectInfo DeathInfo )
{
    Target.PlayDying( DeathInfo.DamageType, DeathInfo.HitLocation, DeathInfo.HitBone );
}


defaultproperties
{
}