Difference between revisions of "Template:FireOnUserHandling/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "</noinclude> === ユーザの処理 === このノードの2番目の入力である <code>OnlyForUser</code> は、<code>Condition</code> が満たされたり変更された...")
(Created page with "'''このノードではLocal Userを使用しないでください。これはすべてのユーザーに対してノードを起動させる...")
Line 7: Line 7:
 
# そうでない場合は, 全てのユーザに対して出力されます.
 
# そうでない場合は, 全てのユーザに対して出力されます.
  
'''Do not use [[Local_User_(LogiX_node)|Local User]] with this node. It will cause the node to fire for all users. Use {{{TargetPage}}} instead.'''
+
'''このノードでは[[Local_User_(LogiX_node)/ja|Local User]]を使用しないでください。これはすべてのユーザーに対してノードを起動させることになります。代わりに  {{{TargetPage}}} を使用してください'''
  
 
It is recommended to specify a user at <code>OnlyForUser</code> to ensure that the user for whom the impulse fires is predictable.
 
It is recommended to specify a user at <code>OnlyForUser</code> to ensure that the user for whom the impulse fires is predictable.
 
<noinclude></noinclude>
 
<noinclude></noinclude>

Revision as of 16:19, 20 December 2022

Other languages:
English • ‎日本語

ユーザの処理

このノードの2番目の入力である OnlyForUser は、Condition が満たされたり変更されたりしたときに、どのユーザがインパルスを処理するかを制御するために存在します。その扱いは以下の通りです。

  1. OnlyForUserにユーザが指定されている場合, そのユーザに対してのみインパルスを出力します.
  2. もしユーザが指定されておらず, そのノードの親がユーザになっている場合, そのユーザに対して出力します.これは通常, アバターで発生します.
  3. そうでない場合は, 全てのユーザに対して出力されます.

このノードではLocal Userを使用しないでください。これはすべてのユーザーに対してノードを起動させることになります。代わりに {{{TargetPage}}} を使用してください

It is recommended to specify a user at OnlyForUser to ensure that the user for whom the impulse fires is predictable.