mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-07 19:23:49 +03:00
Update MoveableObject.cpp
This commit is contained in:
parent
29fb15afbd
commit
8d8f77b98b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue