inkcpp
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAActor
 CAInkRuntimeInstantiated story with global variable storage and access, used to instantiate new threads
 Cink::runtime::choiceAn ink choice that is being presented to the user
 Cink::compiler::compilation_resultsStores results from the compilation process
 CFInkSnapshotA serializable snapshot of a runtime state Can be used as variable in a USaveGame to be stored and reloaded
 CFInkVarA wrapper for passing around ink vars to and from ink itself
 Cink::runtime::list_interface::iterator::FlagFlag data
 CFListFlagA single flag of a list
 Cink::runtime::globals_interfaceRepresents a global store to be shared amongst ink runners
 CHInkChoiceHandler for a ink choice
 CHInkGlobalsHandle for the global variable store shared among ink runners
 CHInkListHandler for a ink list
 CHInkRunnerA handle for an ink runner
 CHInkSnapshotHandler for a ink snapshot
 CHInkStoryHandle for a loaded ink story
 CInkListIterIterater used to iterate flags of a HInkList
 CInkValueRepserentation of a ink variable
 Cink::runtime::list_interface::iteratorIterater for flags in a list
 Cink::runtime::list_interfaceInterface for accessing a Ink list
 Cink::runtime::runner_interfaceA runner to execute ink script from a story
 Cink::runtime::snapshotContainer for an InkCPP runtime snapshot
 Cink::runtime::storyA loaded ink story
 Cink::runtime::story_ptr< T >Pointer wrapper to an object whose lifetime is tied to a story object
 CUBlueprintFunctionLibrary
 CUInkVarLibraryConversion Methods for FInkVar
 CUObject
 CUInkAssetAssets containing a InkCPP .bin
 CUInkChoiceRepresenting a Ink Choice in the story flow
 CUInkListAllows reading ink lists
 CUInkThreadBase class for all ink threads
 CUTagListHelpful tag list
 Cink::runtime::valueA Ink variable