Difference between revisions of "Osiris/API/StopCameraSpline"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented StopCameraSpline)
 
m
Line 5: Line 5:
 
===== Notes =====
 
===== Notes =====
 
* If you specify '''''NULL''''' as '''_Character''', the camera spline will be stopped for all player characters.
 
* If you specify '''''NULL''''' as '''_Character''', the camera spline will be stopped for all player characters.
 +
* This call is only necessary if you wish to abort a camera spline prematurely, or if you want to stop a looping camera spline.
 
===== See Also =====
 
===== See Also =====
 
* [[Osiris/API/CameraReachedNode|CameraReachedNode]]
 
* [[Osiris/API/CameraReachedNode|CameraReachedNode]]

Revision as of 15:51, 13 December 2017

Full Definition(s)
  • call StopCameraSpline((SPLINEGUID)_Spline, (CHARACTERGUID)_Character)
Description

Aborts the camera spline _Spline for _Character if it was previously started using StartCameraSpline.

Notes
  • If you specify NULL as _Character, the camera spline will be stopped for all player characters.
  • This call is only necessary if you wish to abort a camera spline prematurely, or if you want to stop a looping camera spline.
See Also