TITS: On Hit
VTuberentry.onTitsHitFires once per item that hits the avatar; binds item / trigger identity, strength, and the impact direction.Triggers per hit; binds item/trigger, strength, direction.Outputs
| out | Exec | exec | None |
| itemId | Data | System.String | multiplexed |
| itemName | Data | System.String | multiplexed |
| triggerId | Data | System.String | multiplexed |
| triggerName | Data | System.String | multiplexed |
| strength | Data | System.Double | multiplexed |
| directionX | Data | System.Double | multiplexed |
| directionY | Data | System.Double | multiplexed |
| directionZ | Data | System.Double | multiplexed |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnTitsHit] Handle(ctx, TitsHitContext e)