Difference between revisions of "User Left (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "User Left (LogiXノード)")
 
(Created page with "'''User Left'''ノードは、ユーザーが現在のワールドセッションから離れると <code>OnLeft</code> からインパルスを発生させます。また、...")
Line 7: Line 7:
 
}}
 
}}
  
The '''User Left''' node fires an impulse from <code>OnLeft</code> when a user leaves the current world session. It also outputs a reference to the user who left.
+
'''User Left'''ノードは、ユーザーが現在のワールドセッションから離れると <code>OnLeft</code> からインパルスを発生させます。また、離脱したユーザーへの参照を出力します。
  
 
== Usage ==
 
== Usage ==

Revision as of 17:52, 18 February 2022

Other languages:
English • ‎日本語
User Left
'User Left' LogiX node
Inputs
Outputs
  Impulse OnLeft
  User LeftUser

User Leftノードは、ユーザーが現在のワールドセッションから離れると OnLeft からインパルスを発生させます。また、離脱したユーザーへの参照を出力します。

Usage

The impulse fired from OnLeft is owned by the session host.


The LeftUser reference will only be available for the duration of the impulse chain fired from OnLeft.

Examples

Node Menu

Template:NodeMenu-Users/ja