Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:ONSRVWebProjectileLeader (UT2004)
Object >> Actor >> Projectile >> ONSRVWebProjectile >> ONSRVWebProjectileLeader |
Contents
- 1 Properties
- 1.1 Property group 'ONSRVWebProjectileLeader'
- 1.1.1 bEnableSuckTargetForce
- 1.1.2 bNoSuckFromBelow
- 1.1.3 bOnlySuckToDriven
- 1.1.4 bSuckFriendlyActor
- 1.1.5 bSymmetricSuckTarget
- 1.1.6 ProjGravityScale
- 1.1.7 ProjStuckNeighbourVelDamping
- 1.1.8 ProjVelDamping
- 1.1.9 SpringDamping
- 1.1.10 SpringExplodeLength
- 1.1.11 SpringLength
- 1.1.12 SpringMaxForce
- 1.1.13 SpringStiffness
- 1.1.14 StuckSpringStiffness
- 1.1.15 SuckReduceVelFactor
- 1.1.16 SuckTargetClasses
- 1.1.17 SuckTargetForce
- 1.1.18 SuckTargetOffset
- 1.1.19 SuckTargetRange
- 1.2 Internal variables
- 1.1 Property group 'ONSRVWebProjectileLeader'
- 2 Functions
- Package:
- Onslaught
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
Property group 'ONSRVWebProjectileLeader'[edit]
bEnableSuckTargetForce[edit]
Type: bool
Default value: True
bNoSuckFromBelow[edit]
Type: bool
If the projectile is 'below' the suck target (ie. negative local Z) it won't get sucked.
bOnlySuckToDriven[edit]
Type: bool
Only suck to an actor if bDriving is true.
Default value: True
bSuckFriendlyActor[edit]
Type: bool
Don't get sucked towards actors on own team.
bSymmetricSuckTarget[edit]
Type: bool
Suck to SuckTargetOffset mirrored across Y as well (eg. for manta fans)
Default value: True
ProjGravityScale[edit]
Type: Object.InterpCurve
Default value:
Member | Value | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Points |
|
ProjStuckNeighbourVelDamping[edit]
Type: float
Extra damping applied when a neighbour is attached to something.
Default value: 2.0
ProjVelDamping[edit]
Type: float
SpringDamping[edit]
Type: float
Default value: 6.0
SpringExplodeLength[edit]
Type: float
Max stretch length before web explodes.
Default value: 1250.0
SpringLength[edit]
Type: float
Default value: 50.0
SpringMaxForce[edit]
Type: float
Default value: 4500.0
SpringStiffness[edit]
Type: float
Default value: 5.0
StuckSpringStiffness[edit]
Type: float
when a projectile in this web gets stuck, SpringStiffness is set to this
Default value: 50.0
SuckReduceVelFactor[edit]
Type: float
Once a particle is getting sucked, how much to kill velocity that is not in the suck direction.
Default value: 0.9
SuckTargetClasses[edit]
Class of actors that projectile should get sucked towards.
Default value: Class'Onslaught.ONSHoverBike'
SuckTargetForce[edit]
Type: float
Force applied to suck projectile towards target.
Default value: 6500.0
SuckTargetOffset[edit]
Type: Object.Vector
Location in target ref frame that projectile will be sucked too
Default value:
Member | Value |
---|---|
X | 25.0 |
Y | 80.0 |
Z | -10.0 |
SuckTargetRange[edit]
Type: float
Distance from SuckTarget before projectile starts getting sucked.
Default value: 275.0
Internal variables[edit]
FireTime[edit]
Type: float
Projectiles[edit]
Type: array<ONSRVWebProjectile>
ProjTeam[edit]
Type: byte
Functions[edit]
Events[edit]
DetonateWeb[edit]
PostBeginPlay[edit]
Overrides: ONSRVWebProjectile.PostBeginPlay