16 lines
431 B
Ucode
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"
|
|
}
|