Cogito, ergo sum
UE2:U2SkaarjBase (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Pawn >> LicenseePawn >> U2Pawn >> U2PawnBase >> U2PawnBasic >> U2SkaarjBase |
Contents
- 1 Constants
- 2 Properties
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 Died
- 3.2.2 GetFireOffset
- 3.2.3 GetLeadTarget
- 3.2.4 GetLeftGloveLocation
- 3.2.5 GetProjectileSpeed
- 3.2.6 GetRightGloveLocation
- 3.2.7 LandedOnTexture
- 3.2.8 NotifyDefendLeft
- 3.2.9 NotifyDefendRight
- 3.2.10 NotifySpawnShot
- 3.2.11 NotifySpawnShotLeft
- 3.2.12 NotifySpawnShotRight
- 3.2.13 PlayMovementSound
- 3.2.14 PossessedBy
- 3.2.15 SetAmbientSound
- 3.2.16 SetAmbientSoundIndex
- 3.2.17 ShakeGround
- 3.2.18 Trigger
- 3.2.19 WentDormant
- Package:
- U2Pawns
- Direct subclasses:
- U2SkaarjHeavy, U2SkaarjLight
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. |
U2SkaarjBase.uc
Constants
EventIncoming
Value: 'Incoming'
LeftGloveBoneName
Value: "Skaarj L Hand"
RightGloveBoneName
Value: "Skaarj R Hand"
Properties
Property group 'U2SkaarjBase'
DefensiveCloseSpeed
Type: float
Default value: 0.194
MovementShakeDuration
Type: float
Default value: 0.4
MovementShakeMagnitude
Type: float
Default value: 8.0
MovementShakeRadius
Type: float
Default value: 1024.0
Internal variables
AmbientSoundIndex
Type: int
Default value: -1
AmbientSoundStrings
IncomingProxy
Type: CollisionProxyIncoming
ProxyHeight
Type: float
from ground (including 2x normal collision height)
Default value: 128.0
ProxyRadius
Type: float
Default value: 256.0
Default values
Functions
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: U2PawnBasic.PostBeginPlay
PreBeginPlay
event PreBeginPlay ()
Overrides: U2PawnBase.PreBeginPlay
Other instance functions
Died
function Died (Controller Killer, class<DamageType> DamageType, Object.Vector HitLocation, Object.Vector Momentum)
Overrides: U2Pawn.Died
GetFireOffset
function Object.Vector GetFireOffset ()
Overrides: U2PawnBasic.GetFireOffset
GetLeadTarget
function bool GetLeadTarget ()
GetLeftGloveLocation
function Object.Vector GetLeftGloveLocation ()
GetProjectileSpeed
function float GetProjectileSpeed ()
GetRightGloveLocation
function Object.Vector GetRightGloveLocation ()
LandedOnTexture
function LandedOnTexture (float ImpactSpeed)
Overrides: U2PawnBase.LandedOnTexture
NotifyDefendLeft
function NotifyDefendLeft ()
NotifyDefendRight
function NotifyDefendRight ()
NotifySpawnShot
function NotifySpawnShot ()
NotifySpawnShotLeft
function NotifySpawnShotLeft ()
NotifySpawnShotRight
function NotifySpawnShotRight ()
PlayMovementSound
simulated function PlayMovementSound ()
Overrides: U2PawnBase.PlayMovementSound
PossessedBy
simulated function PossessedBy (Controller C)
Overrides: U2Pawn.PossessedBy
SetAmbientSound
function SetAmbientSound ()
SetAmbientSoundIndex
function SetAmbientSoundIndex ()
ShakeGround
function ShakeGround (float ShakeScale)
Trigger
Overrides: Pawn.Trigger
WentDormant
function WentDormant (bool bVal)
Overrides: LicenseePawn.WentDormant