请问是否支持lua继承c++ class? #38
Answered
by
LanderlYoung
ThisisGame
asked this question in
Q&A
-
我在犹豫用 lua 还是 js…… |
Beta Was this translation helpful? Give feedback.
Answered by
LanderlYoung
Sep 15, 2021
Replies: 1 comment
-
支持,C++对象在js 和lua都是一个语言原生的"class",js用的prototypr,lua是metatable,都支持继承 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LanderlYoung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
支持,C++对象在js 和lua都是一个语言原生的"class",js用的prototypr,lua是metatable,都支持继承