16 lines
387 B
Ucode
16 lines
387 B
Ucode
//=============================================================================
|
|
// SubActionCameraShake:
|
|
//
|
|
// Shakes the camera randomly.
|
|
//=============================================================================
|
|
class SubActionCameraShake extends MatSubAction
|
|
native;
|
|
|
|
var(Shake) rangevector Shake;
|
|
|
|
defaultproperties
|
|
{
|
|
Icon=SubActionCameraShake
|
|
Desc="Shake"
|
|
}
|