Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Projectile | +-- ROEngine.ROBallisticProjectile | +-- KFMod.M79GrenadeProjectile
M203GrenadeProjectile, M32GrenadeProjectile
Constants Summary |
---|
Inherited Contants from ROEngine.ROBallisticProjectile |
---|
ScaleFactor, ScaleFactorInverse |
Variables Summary | |
---|---|
bool | bDisintegrated |
bool | bDud |
bool | bHasExploded |
bool | bHitWater |
bool | bOutOfPropellant |
bool | bRing |
bool | bWaterStart |
vector | Dir |
string | DisintegrateSoundRef |
string | ExplosionSoundRef |
int | ImpactDamage |
class<DamageType> | ImpactDamageType |
vector | OuttaPropLocation |
PanzerfaustTrail | SmokeTrail |
string | StaticMeshRef |
float | TotalFlightTime |
M79GrenadeProjectile | |
float | ArmDistSquared |
sound | DisintegrateSound |
sound | ExplosionSound |
vector | OffsetMag |
vector | OffsetRate |
float | OffsetTime |
vector | RotMag |
vector | RotRate |
float | RotTime |
vector | ShakeOffsetMag |
vector | ShakeOffsetRate |
float | ShakeOffsetTime |
vector | ShakeRotMag |
vector | ShakeRotRate |
float | ShakeRotTime |
float | StraightFlightTime |
Functions Summary | ||
---|---|---|
![]() | Destroyed ())) | |
![]() | Disintegrate (vector HitLocation, vector HitNormal)) | |
![]() | Explode (vector HitLocation, vector HitNormal)) | |
![]() | HitWall (vector HitNormal, actor Wall)) | |
![]() | HurtRadius (float DamageAmount, float DamageRadius, class<DamageType> DamageType, float Momentum, vector HitLocation )) | |
![]() | Landed (vector HitNormal )) | |
![]() | PostBeginPlay ())) | |
![]() | PostNetReceive ())) | |
![]() | PreloadAssets ())) | |
![]() | ProcessTouch (Actor Other, Vector HitLocation)) | |
![]() | ShakeView ())) | |
![]() | TakeDamage (int Damage, Pawn InstigatedBy, Vector Hitlocation, Vector Momentum, class<DamageType> damageType, optional int HitIndex)) | |
![]() | Tick (float DeltaTime )) | |
![]() | Timer ())) | |
![]() | bool | UnloadAssets ())) |
Inherited Functions from ROEngine.ROBallisticProjectile |
---|
HitWall, PostBeginPlay |
Inherited Functions from Engine.Projectile |
---|
BlowUp, CanSplash, CheckMaxEffectDistance, ClientSideTouch, DelayedHurtRadius, EncroachingOn, Explode, GetPitchForRange, GetRange, GetYAdjustForRange, HitWall, HurtRadius, IsStationary, PostBeginPlay, PostRender2D, ProcessTouch, RandSpin, Reset, SpecialCalcView, Touch |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ShakeRotMag=(X=600.000000,Y=600.000000,Z=600.000000) ShakeRotRate=(X=12500.000000,Y=12500.000000,Z=12500.000000) ShakeRotTime=6.000000 ShakeOffsetMag=(X=5.000000,Y=10.000000,Z=5.000000) ShakeOffsetRate=(X=300.000000,Y=300.000000,Z=300.000000) ShakeOffsetTime=3.500000 RotMag=(X=700.000000,Y=700.000000,Z=700.000000) RotRate=(X=12500.000000,Y=12500.000000,Z=12500.000000) RotTime=6.000000 OffsetMag=(X=5.000000,Y=10.000000,Z=7.000000) OffsetRate=(X=300.000000,Y=300.000000,Z=300.000000) OffsetTime=3.500000 ArmDistSquared=90000.000000 ImpactDamageType=Class'KFMod.DamTypeM79GrenadeImpact' ImpactDamage=200 StraightFlightTime=0.250000 StaticMeshRef="kf_generic_sm.40mm_Warhead" ExplosionSoundRef="KF_GrenadeSnd.Nade_Explode_1" DisintegrateSoundRef="Inf_Weapons.faust_explode_distant02" AmbientVolumeScale=5.000000 Speed=8000.000000 MaxSpeed=8000.000000 Damage=350.000000 DamageRadius=400.000000 MomentumTransfer=75000.000000 MyDamageType=Class'KFMod.DamTypeM79Grenade' ExplosionDecal=Class'KFMod.KFScorchMark' DrawType=DT_StaticMesh bUpdateSimulatedPosition=True LifeSpan=10.000000 bUnlit=False SoundVolume=255 SoundRadius=250.000000 TransientSoundVolume=2.000000 TransientSoundRadius=500.000000 bNetNotify=True bBlockHitPointTraces=False ForceRadius=300.000000 ForceScale=10.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |