Change Camera


(WIP)

Changes the camera type. This function is currently limited to switching between Standard and First-Person.

Signature:

change_camera(FIRST_PERSON)
ArgumentDescriptionTypeRequired
camera_typeType of camera to switch to (STANDARD or FIRST_PERSON).Camera TypeYes

Example:

change_camera(FIRST_PERSON);

Results:

Use the Change Camera function to…


Editor Node: