XJ music engine
1.9.6
In-game runtime engine for XJ music.
|
#include <Craft.h>
Public Member Functions | |
LambdaChoiceIndexProvider (std::function< std::string(SegmentChoice)> func) | |
std::string | get (const SegmentChoice *choice) override |
![]() | |
virtual | ~ChoiceIndexProvider ()=default |
Lambda choiceIndex provider to create an choiceIndex provider from a lambda
|
inlineexplicit |
|
inlineoverridevirtual |
This is the default implementation of the ChoiceIndexProvider interface. It should be replaced by a custom Lambda implementation when used
Reimplemented from XJ::Craft::ChoiceIndexProvider.