Page 1 of 1

Use the Lua Api for Parenting

PostPosted: Sat Aug 25, 2012 20:57
by rubenwardy
You should be able to use the api to:

  • Attach an object to a player.
  • Attach a player to an object.
  • Disable Player WASD movement.

For use with carts and the like.


Irrlicht supports parenting, just needs to be implemented into the lua api

PostPosted: Sat Aug 25, 2012 21:51
by PilzAdam
rubenwardy wrote:You should be able to use the api to:

  • Attach an object to a player.
  • Attach a player to an object.
  • Disable Player WASD movement.

That would be very usefull for the carts mod.

PostPosted: Sat Aug 25, 2012 22:19
by rubenwardy
PilzAdam wrote:
rubenwardy wrote:You should be able to use the api to:

  • Attach an object to a player.
  • Attach a player to an object.
  • Disable Player WASD movement.

That would be very usefull for the carts mod.


Exactly : )