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

Editor.TerrainBuilder

Extends
BrushBuilder

Core.Object
|   
+-- Editor.BrushBuilder
   |   
   +-- Editor.TerrainBuilder

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
TerrainBuilder
floatBreadth
intDepthSegments
nameGroupName
floatHeight
floatWidth
intWidthSegments
Inherited Variables from Editor.BrushBuilder
BitmapFilename, Group, MergeCoplanars, Polys, ToolTip, Vertices
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Editor.BrushBuilder
BuilderPoly
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
eventbool Build ()))
function BuildTerrain (int Direction, float dx, float dy, float dz, int WidthSeg, int DepthSeg ))
Inherited Functions from Editor.BrushBuilder
BadParameters, BeginBrush, Build, EndBrush, GetPolyCount, GetVertex, GetVertexCount, Poly3i, Poly4i, PolyBegin, PolyEnd, Polyi, Vertex3f, Vertexv
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

TerrainBuilder

Breadth Source code

var(TerrainBuilder) float Breadth;

DepthSegments Source code

var(TerrainBuilder) int DepthSegments;

GroupName Source code

var(TerrainBuilder) name GroupName;

Height Source code

var(TerrainBuilder) float Height;

Width Source code

var(TerrainBuilder) float Width;

WidthSegments Source code

var(TerrainBuilder) int WidthSegments;


Functions Detail

Build Source code

event bool Build ( ) )

BuildTerrain Source code

function BuildTerrain ( int Direction, float dx, float dy, float dz, int WidthSeg, int DepthSeg ) )


Defaultproperties

defaultproperties
{
	Height=256.000000
	Width=256.000000
	Breadth=512.000000
	WidthSegments=4
	DepthSegments=2
	GroupName='Terrain'
	BitmapFilename="BBTerrain"
	ToolTip="BSP Based Terrain"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.093 - Created with UnCodeX