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

Botpack.ScrollingMessageTexture

Extends
ClientScriptedTexture

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Botpack.ClientScriptedTexture
         |   
         +-- Botpack.ScrollingMessageTexture

Variables Summary
stringHerMessage
stringHisMessage
floatLastDrawTime
stringOldText
PlayerPawnPlayer
intPosition
ScrollingMessageTexture
boolbCaps
boolbResetPosOnTextChange
FontFont
colorFontColor
intPixelsPerSecond
stringScrollingMessage
intScrollWidth
floatYPos
Inherited Variables from Botpack.ClientScriptedTexture
ScriptedTexture

Functions Summary
function FindPlayer ()))
event RenderTexture (ScriptedTexture Tex))
functionstring Replace (string Text, string Match, string Replacement))
Inherited Functions from Botpack.ClientScriptedTexture
BeginPlay, Destroyed, RenderTexture


Variables Detail

HerMessage Source code

var localized string HerMessage;

HisMessage Source code

var localized string HisMessage;

LastDrawTime Source code

var float LastDrawTime;

OldText Source code

var string OldText;

Player Source code

var PlayerPawn Player;

Position Source code

var int Position;

ScrollingMessageTexture

bCaps Source code

var(ScrollingMessageTexture) bool bCaps;

bResetPosOnTextChange Source code

var(ScrollingMessageTexture) bool bResetPosOnTextChange;

Font Source code

var(ScrollingMessageTexture) Font Font;

FontColor Source code

var(ScrollingMessageTexture) color FontColor;

PixelsPerSecond Source code

var(ScrollingMessageTexture) int PixelsPerSecond;

ScrollingMessage Source code

var(ScrollingMessageTexture) localized string ScrollingMessage;

ScrollWidth Source code

var(ScrollingMessageTexture) int ScrollWidth;

YPos Source code

var(ScrollingMessageTexture) float YPos;


Functions Detail

FindPlayer Source code

simulated function FindPlayer ( ) )

RenderTexture Source code

simulated event RenderTexture ( ScriptedTexture Tex) )

Replace Source code

simulated function string Replace ( string Text, string Match, string Replacement) )


Defaultproperties

defaultproperties
{
     HisMessage="his"
     HerMessage="her"
     bResetPosOnTextChange=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:57.049 - Created with UnCodeX