Message 1 of 1
MaxScript C++ bindings for subclass with inheritance

Not applicable
01-05-2015
11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to write MAXscript bindings to C++ code for a class that inherits functions from a base class. I would like the functions from the base class to be exposed to MAXScript for the derived class.
I understand there's a macro "BEGIN_FUNCTION_MAP_PARENT"? Should I use this macro?
Would greatly appreciate a simple example. I couldn't find any example inside the sample code that uses inheritance.
Thanks,
Jeff