Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
SetViewShake
Syntax
C++
virtual int SetViewShake(IFunctionHandler * pH, Ang3 shakeAngle, Vec3 shakeShift, float duration, float frequency, float randomness);
Parameters 
Description 
Ang3 shakeAngle 
Angle of the shake movement. 
Vec3 shakeShift 
Shift of the shake movement. 
float duration 
Duration of the shake movement. 
float frequency 
Frequency of the shake movement. 
float randomness 
Randomness amount. 

Syntax: Actor.SetViewShake( Ang3 shakeAngle, Vec3 shakeShift, float duration, float frequency, float randomness ) 

Sets the shake movement for the view.

Copyright (c) 2012. All rights reserved.