This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| change_camera [2024/02/08 14:47] – justin | change_camera [2024/02/08 14:48] (current) – justin | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| - | |camera_type|STANDARD or FIRST_PERSON|[[Camera Type]]|Yes| | + | |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(STANDARD); | + | change_camera(FIRST_PERSON); |
| </ | </ | ||
| // | // | ||