DetachCamera

From Spheriki

Jump to: navigation, search

Undoes the AttachCamera() function, eg. attaches the camera to nobody so it's free to be moved around manually.


Contents

Usage

function DetachCamera();


Examples

AttachCamera("Pete");
//Code...
DetachCamera();

Attaches the camera to person Pete, and detaches the camera again after some code.


Notes

DetachCamera() doesn't need any extra parameters, as it detaches the camera from ANY person.


See also

Personal tools