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

OnslaughtSpecialsLiteV2.NodeWeaponLockerEffect

Extends
FX_WeaponLocker

NodeWeaponLockerEffect Creation date: 2010-07-10 20:09 Last change: $Id$

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Emitter
      |   
      +-- XWeapons.FX_WeaponLocker
         |   
         +-- OnslaughtSpecialsLiteV2.NodeWeaponLockerEffect

Variables Summary
boolbDisabled
colorTeamColorsCircle[3]
colorTeamColorsFlare[3]
Inherited Variables from Engine.Emitter
AbsoluteVelocity, ActorForcesEnabled, AutoDestroy, AutoReset, BoundingBox, DeleteParticleEmitters, DisableFogging, EmitterHeight, EmitterRadius, Emitters, GlobalOffset, GlobalOffsetRange, Initialized, OldLocation, ParticleMaterial, TimeTillReset, TimeTillResetRange, UseParticleProjectors

Functions Summary
function NotifyLocalPlayerDead (PlayerController PC))
function SetTeam (byte TeamNum))
function Timer ()))
function TurnOff (float Delay))
function TurnOn ()))
Inherited Functions from XWeapons.FX_WeaponLocker
NotifyLocalPlayerDead, Timer, TurnOff
Inherited Functions from Engine.Emitter
Kill, Reset, SpawnParticle, Trigger, UpdatePrecacheMaterials


Variables Detail

bDisabled Source code

var bool bDisabled;

TeamColorsCircle[3] Source code

var color TeamColorsCircle[3];

TeamColorsFlare[3] Source code

var color TeamColorsFlare[3];


Functions Detail

NotifyLocalPlayerDead Source code

function NotifyLocalPlayerDead ( PlayerController PC) )

SetTeam Source code

function SetTeam ( byte TeamNum) )

Timer Source code

function Timer ( ) )

TurnOff Source code

function TurnOff ( float Delay) )

TurnOn Source code

function TurnOn ( ) )


Defaultproperties

defaultproperties
{
	TeamColorsFlare[0] = (R=255,G=96,B=64)
	TeamColorsFlare[1] = (R=64,G=128,B=255)
	TeamColorsFlare[2] = (R=128,G=255,B=64)


	TeamColorsCircle[0] = (R=255,G=128,B=96)
	TeamColorsCircle[1] = (R=96,G=128,B=255)
	TeamColorsCircle[2] = (R=192,G=255,B=128)
}

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