Skip to main content
Corvus Connection

VTuber: On Model Clicked

VTuber
entry.onVTuberModelClickedFires when the user clicks the avatar; binds mouseButton / x / y.Triggers when the avatar is clicked.

Outputs

Name
Kind
Type
Flags
outExecexecNone
mouseButtonDataSystem.Int32multiplexed
xDataSystem.Doublemultiplexed
yDataSystem.Doublemultiplexed
occurredAtDataSystem.DateTimemultiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnVTuberModelClicked] Handle(ctx, VTuberModelClickedContext e)