1
0
KF2-Dev-Scripts/KFGame/Classes/KFAnimNotify_ReloadAmmo.uc
2020-12-13 18:01:13 +03:00

18 lines
789 B
Ucode

//=============================================================================
// KFAnimNotify_ReloadAmmo
//=============================================================================
// Notify to mark when to reload ammo into the current weapon. Used in
// place of AnimNotify_Script when we want to get a specific time without
// having to play the anim. (see KFSkeletalMeshComponent.GetAnimNotifyTime)
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// - Andrew "Strago" Ladenberger
//=============================================================================
class KFAnimNotify_ReloadAmmo extends AnimNotify;
defaultproperties
{
NotifyColor=(R=64,G=255,B=255)
}