DetachCamera
From Spheriki
Undoes the AttachCamera() function, eg. attaches the camera to nobody so it's free to be moved around manually.
Contents |
[edit]
Usage
function DetachCamera();
[edit]
Examples
AttachCamera("Pete");
//Code...
DetachCamera();
Attaches the camera to person Pete, and detaches the camera again after some code.
[edit]
Notes
DetachCamera() doesn't need any extra parameters, as it detaches the camera from ANY person.
[edit]

