User Tools

Site Tools


change_camera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
change_camera [2024/02/08 14:28] justinchange_camera [2024/02/08 14:48] (current) justin
Line 2: Line 2:
 ---- ----
 (WIP) (WIP)
 +
 +Changes the [[camera_types|camera]] type. This function is currently limited to switching between Standard and First-Person.
  
 ====Signature:==== ====Signature:====
 <code python> <code python>
-change_camera()+change_camera(FIRST_PERSON)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-| | | | |+|camera_type|Type of [[camera_types|camera]] to switch to (STANDARD or FIRST_PERSON).|[[Camera Type]]|Yes|
  
 ====Example:==== ====Example:====
 <code bauxite> <code bauxite>
-change_camera();+change_camera(FIRST_PERSON);
 </code> </code>
 //Results:// //Results://
change_camera.txt · Last modified: 2024/02/08 14:48 by justin