|
WSF
|
#include <Exportable.hpp>

Public Member Functions | |
| virtual InputBlock | GetInputBlock () const =0 |
| virtual | ~Exportable ()=default |
This used to be a part of the Transformer API, but new needs for items to be exportable without having a segment required a refactoring to make it that items could fulfill the contract of being exported by the script builder. So, in other words, If you implement the exportable interface, your entities can be written out by the ScriptBuilder.
|
virtualdefault |
|
pure virtual |