Warudo
评价数不足
Input counter (インプットカウンター)
   
奖励
收藏
已收藏
取消收藏
类型: 插件
文件大小
发表于
11.181 KB
4 月 3 日 上午 5:15
1 项改动说明 ( 查看 )

订阅以下载
Input counter (インプットカウンター)

描述
このノードは、実行された回数を数えて覚えておいてくれるシンプルなカウンターです。
使い終わったらリセットボタンを押すことで、溜まった数値は0に戻ります。
  • 初期数値は0でEnterに信号を受信するとカウントが +1 されます。
  • 使い終わったら「Reset」ボタンを押してください。数えた数字をリセットして、初期値の0に戻します。
  • 今どのくらい実行したかの合計数値を"integer"で出力できます。
使い方として、起動してからコメントを受信した回数を蓄積し、100コメント以上になったら特定の演出が出る。等を想定しています。
【Sampleブループリント】
  • youtubeのライブ配信のチャットを受信した回数が100回以上になった場合、Propを有効化する
配布は公式Discode鯖に置いています。[discord.com]


This node is a simple counter that keeps track of how many times it has been executed.
When you're done using it, press the reset button to clear the stored count and return it to 0.
  • The initial count is 0, and it increases by +1 each time it receives a signal via "Enter".
  • When you're finished, press the "Reset" button to clear the count and return it to 0.
  • You can output the total number of times it's been triggered as an integer.
Example usage: You could use this to count the number of comments received after starting, and once it reaches 100 comments, trigger a special effect or animation.
【SampleBluePrint】
  • A blueprint that enables the Prop once 100 or more messages have been received in the YouTube live chat.
The file is available on the official Discord server.[discord.com]


当人はC#プログラミングの超絶素人なので、バグ対応は難しいかもしれませんがよろしくお願いします。
*I'm a total beginner at C# programming, so handling bugs might be difficult — but I appreciate your understanding and support!