rott/kf_sources/FrightScript/Classes/KF_Slot_Reel.uc
2026-07-14 20:27:09 +07:00

27 lines
631 B
Ucode

/*
--------------------------------------------------------------
KF_Slot_Reel
--------------------------------------------------------------
Reel Actor used in conjunction with KF_Slot_Machines.
It spins around.
Author : Alex Quick
--------------------------------------------------------------
*/
class KF_Slot_Reel extends Actor
placeable;
defaultproperties
{
RotationRate=(Pitch=0,Yaw=0,Roll=190000)
bUnlit = true
bStatic = false
Physics = PHYS_Rotating
DrawType = DT_StaticMesh
StaticMesh = StaticMesh 'FrightYard2_SM.FY_SlotReel'
NetUpdateFrequency = 1
}