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

16 lines
431 B
Ucode

//=============================================================================
// SubActionSceneSpeed:
//
// Alters the speed of the scene without affecting the engine speed.
//=============================================================================
class SubActionSceneSpeed extends MatSubAction
native;
var(SceneSpeed) range SceneSpeed;
defaultproperties
{
Icon=SubActionSceneSpeed
Desc="Scene Speed"
}