Update MoveableObject.cpp

This commit is contained in:
Lwmte 2022-12-16 20:10:24 +02:00
parent 29fb15afbd
commit 8d8f77b98b

View file

@ -460,7 +460,9 @@ ScriptReserved_GetSlotHP, & Moveable::GetSlotHP,
/// Attach camera to an object.
// @function Moveable:AttachObjCamera
// @tparam int mesh 1 for camera, mesh 2 for target
// @tparam int mesh of a moveable to use as a camera position
// @tparam Moveable target moveable to attach camera to
// @tparam int mesh of a target moveable to use as a camera target
ScriptReserved_AttachObjCamera, &Moveable::AttachObjCamera,
/// Borrow animation from an object