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

Jailbreak.JBBlueWhisp


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
// ============================================================================
// JBBlueWhisp
// Copyright 2006 by Jrubzjeknf <rrvanolst@hotmail.com>
// $Id: JBBlueWhisp.uc,v 1.2 2006-11-25 21:29:27 jrubzjeknf Exp $
//
// Supports nostalgia mode.
// ============================================================================


class JBBlueWhisp extends BlueWhisp;


// ============================================================================
// PostNetBeginPlay
//
// Determines the color of the whisp, depending on the defenderindex and
// ============================================================================

simulated function PostNetBeginPlay()
{
  if (Class'Jailbreak'.Default.bReverseSwitchColors) {
    mColorRange[0].R = 255;
    mColorRange[1].R = 255;
    mColorRange[0].B = 40;
    mColorRange[1].B = 40;
  }

  Super.PostNetBeginPlay();
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mo 8.1.2007 11:47:40.000 - Creation time: Do 14.8.2014 09:58:41.783 - Created with UnCodeX