Skip to main content
Corvus Connection

VTuber: Get Current Model

VTuber
vtuber.getCurrentModelReads the current model info; binds modelName / modelId / isLoaded.Reads the current model (name/id/loaded).

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
outExecexecNone
modelNameDataSystem.Stringmultiplexed
modelIdDataSystem.Stringmultiplexed
isLoadedDataSystem.Booleanmultiplexed

Lowers to C#

var model = await ctx.VtubeStudio.GetCurrentModelInfoAsync();