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

UE1:Dice (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Decoration >> Dice
Package: 
UnrealI
This class in other games:
U1, UT

Dice.

Properties

bHasBounced

Type: bool


numBounces

Type: int


Default values

Property Value
bBounce True
bCollideWorld True
bFixedRotationDir True
bRotateToDesired True
bStatic False
CollisionHeight 3.0
CollisionRadius 3.0
DrawType DT_Mesh
Mesh LodMesh'UnrealI.DiceM'
RotationRate
Member Value
Pitch 60000

Instance functions

Roll

simulated function Roll ()


Throw

function Throw (Object.Vector Y)


States

Playing

Modifiers: auto

Ignores: BaseChange, Bump

Playing.HitWall

simulated event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: Actor.HitWall (global)