Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

HeadshotView.GibHeadCamera

Extends
GibHead

HeadshotView.GibHeadCamera Creation date: 2014-06-21 10:19 Last change: $Id$ Copyright (c) 2014, Wormbo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- XEffects.Gib
      |   
      +-- XEffects.GibHead
         |   
         +-- HeadshotView.GibHeadCamera

Variables Summary
boolbFirstTick
boolbRepFlaming
PlayerControllerPlayerOwner
class<xPawnGibGroup>RepGibGroupClass
Inherited Variables from XEffects.Gib
bFlaming, DampenFactor, GibGroupClass, HitSounds[2], Trail, TrailClass

Functions Summary
function HitWall (vector HitNormal, Actor Wall))
function Initialize (vector InititalVelocity, bool bIsFlaming))
function PostBeginPlay ()
function PostNetBeginPlay ()))
function PreBeginPlay ()))
function SetRandSpin (float spinRate))
function SpawnTrail ()))
function Tick (float DeltaTime))
Inherited Functions from XEffects.GibHead
PostBeginPlay
Inherited Functions from XEffects.Gib
Destroyed, HitWall, Landed, RandSpin, SpawnTrail


Variables Detail

bFirstTick Source code

var bool bFirstTick;

bRepFlaming Source code

var bool bRepFlaming;

PlayerOwner Source code

var PlayerController PlayerOwner;

RepGibGroupClass Source code

var class<xPawnGibGroup> RepGibGroupClass;


Functions Detail

HitWall Source code

simulated function HitWall ( vector HitNormal, Actor Wall) )

Initialize Source code

simulated function Initialize ( vector InititalVelocity, bool bIsFlaming) )

PostBeginPlay Source code

simulated function PostBeginPlay ( )

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( ) )

PreBeginPlay Source code

function PreBeginPlay ( ) )

SetRandSpin Source code

simulated final function SetRandSpin ( float spinRate) )

SpawnTrail Source code

simulated function SpawnTrail ( ) )

Tick Source code

simulated function Tick ( float DeltaTime) )


Defaultproperties

defaultproperties
{
	bGameRelevant = True
	bUpdateSimulatedPosition = True
	RemoteRole = ROLE_SimulatedProxy
	bOnlyRelevantToOwner = True
	bReplicateInstigator = True
	LifeSpan = 0.0
	bHidden = True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:07.143 - Created with UnCodeX