Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:Dice (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Decoration >> Dice
Package: 
UnrealI
This class in other games:
RTNP, U1

Dice.

Properties[edit]

bHasBounced[edit]

Type: bool


numBounces[edit]

Type: int


Default values[edit]

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[edit]

Roll[edit]

simulated function Roll ()


Throw[edit]

function Throw (Object.Vector Y)


States[edit]

Playing[edit]

Modifiers: auto

Ignores: BaseChange, Bump

Playing.HitWall[edit]

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

Overrides: Actor.HitWall (global)