mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 17:28:00 +03:00
Update PlayCamera doc description.
This commit is contained in:
parent
3b5328241b
commit
fedf1fe36b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue