Virtual function with default implementation? #2706
Unanswered
stevefan1999-personal
asked this question in
Q&A
Replies: 1 comment
-
Related: #2593 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the
--vtable-generation
feature but I see that some of the virtual functions are not generated:Spawn
,Precache
,KeyValue
,ObjectCaps
andActivate
are not generated, butSave
andRestore
are. Is this an intended behavior?The C++ Header:
Generated structure:
Beta Was this translation helpful? Give feedback.
All reactions