fsCameraAcquire
The fsCameraAcquire function is used to acquire the add-on camera. Note that the camera is only acquirable if it has not been acquired yet.
Syntax
bool fsCameraAcquire();
Members
N/A
Return Values
The function returns false if it was not possible to acquire the add-on camera, otherwise it will return true.
Remarks
The simulation will notify the subscribed clients that the camera has been acquired.
Related Topics
0/255