Update PlayCamera doc description.

This commit is contained in:
Adngel 2023-02-04 15:11:38 +01:00
parent 3b5328241b
commit fedf1fe36b

View file

@ -67,6 +67,7 @@ void CameraObject::Register(sol::table & parent)
/// Active the camera during that frame. /// Active the camera during that frame.
// @function Camera:PlayCamera // @function Camera:PlayCamera
// @tparam[opt] Moveable target If you put a moveable, the camera will look at it. Otherwise, it will look at Lara.
ScriptReserved_PlayCamera, &CameraObject::PlayCamera ScriptReserved_PlayCamera, &CameraObject::PlayCamera
); );
} }