Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:SpiralStairBuilder (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> BrushBuilder >> SpiralStairBuilder

Contents

Package: 
Editor
This class in other games:
U2, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

SpiralStairBuilder: Builds a spiral staircase.

[edit] Properties

[edit] Property group 'SpiralStairBuilder'

[edit] CounterClockwise

Type: bool


[edit] GroupName

Type: name


Default value: Spiral

[edit] InnerRadius

Type: int


Default value: 64

[edit] NumSteps

Type: int


Default value: 8

[edit] NumStepsPer360

Type: int


Default value: 8

[edit] SlopedCeiling

Type: bool


Default value: True

[edit] SlopedFloor

Type: bool


[edit] StepHeight

Type: int


Default value: 16

[edit] StepThickness

Type: int


Default value: 32

[edit] StepWidth

Type: int


Default value: 256

[edit] Default values

Property Value
BitmapFilename "BBSpiralStair"
ToolTip "Spiral Staircase"

[edit] Functions

[edit] Events

[edit] Build

event bool Build ()

Overrides: BrushBuilder.Build


[edit] Other instance functions

[edit] BuildCurvedStair

function BuildCurvedStair (int Direction)