Skip to main content
Corvus Connection

VTuber: Unload Item

VTuber
vtuber.unloadItemUnloads a scene item by its instance id.Unloads the scene item with the given instanceId.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
instanceIdDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.VtubeStudio.UnloadItemAsync(instanceId);