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
Last revisionBoth sides next revision
change_camera [2024/02/08 14:43] justinchange_camera [2024/02/08 14:47] justin
Line 3: Line 3:
 (WIP) (WIP)
  
-Changes the [[camera]] type. This function is currently limited to switching between Standard and First-Person.+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 change 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