XJ music engine
1.9.6
In-game runtime engine for XJ music.
|
#include <Craft.h>
Public Member Functions | |
virtual | ~ChoiceIndexProvider ()=default |
virtual std::string | get (const SegmentChoice *choice) |
Class to get a comparable string index based on any given choice, e.g. it's voice name or instrument type
|
virtualdefault |
|
virtual |
This is the default implementation of the ChoiceIndexProvider interface. It should be replaced by a custom Lambda implementation when used
Reimplemented in XJ::Craft::LambdaChoiceIndexProvider.