Sending variable pointers back and forth between C++ and Lua?

前端 未结 3 679
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-15 02:22

I am looking for a way to transfer the variable addresses back and forth between C++ and Lua. For instance, transferring an object from C++ to Lua and do some processing, th

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 03:00

    I'm not sure if this is what you're looking for but have you tried luabind?

    Maybe this question is also of help.

提交回复
热议问题