Game (functions)/Camera & Scene Control/Table

From PMDOWiki
Revision as of 20:53, 17 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- | FadeOut || Fades screen out, waits to finish. |- | FadeIn || Fades screen in, waits to finish. |- | MoveCamera || Moves the camera. |- | MoveCameraToChara || Moves the camera to the specified character. |- | GetCameraCenter || Returns the current center of the camera. |- | IsCameraOnChar || Returns true if the camera is centered relative to the player, false if not. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
FadeOut Fades screen out, waits to finish.
FadeIn Fades screen in, waits to finish.
MoveCamera Moves the camera.
MoveCameraToChara Moves the camera to the specified character.
GetCameraCenter Returns the current center of the camera.
IsCameraOnChar Returns true if the camera is centered relative to the player, false if not.