Advertisement
UnSelph

BaseCameraMode

Feb 18th, 2014
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class MugetsuCameraModeBase extends component;
  2.  
  3. var() bool bSmoothTransition;
  4. var bool bPlayerMoveInCameraDirection;
  5.  
  6. function bool CameraUpdate( float fDeltaTime, out vector out_CamLoc, out rotator out_CamRot, out float out_FOV, Pawn playerpawn );
  7.  
  8. DefaultProperties
  9. {
  10.     bSmoothTransition = true;
  11.     bPlayerMoveInCameraDirection = false;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement