I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Line (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> Line
Package: 
Legend

Line.uc $Author: Mlambert $ $Date: 1/07/02 3:58p $ $Revision: 2 $ Description: How to use this class: How this class works:

Properties

Property group 'Line'

bParticleDensityScaled

Type: bool


End

Type: Object.Vector


EndActor

Type: Actor


SegmentLength

Type: float


Start

Type: Object.Vector


StartActor

Type: Actor


Internal variables

CurrentLength

Type: float


Default values

Property Value
bAlwaysRelevant True
bMustFace False
RemoteRole ROLE_None
RenderIteratorClass Class'Legend.LineRI'
Style STY_Translucent

Instance functions

SetEndpoints

simulated function SetEndpoints (Object.Vector StartPoint, Object.Vector EndPoint)


SetFollowActors

simulated function SetFollowActors (Actor NewStartActor, Actor NewEndActor)