clear up misinformation and generally fill in |
m lnk |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
|}} | |}} | ||
The '''Update''' node sends a pulse at every engine update from the <code>UpdatingUser</code>. | The '''Update''' node sends a pulse at every [[engine update]] from the <code>UpdatingUser</code>. | ||
== Outputs == | == Outputs == | ||
Line 27: | Line 27: | ||
The user that the <code>OnUpdate</code> pulse will be generated from and owned by. | The user that the <code>OnUpdate</code> pulse will be generated from and owned by. | ||
=== SkipIfNull ([[Type:bool|bool]]) === | This input can be [[drives|driven]] by a [[ProtoFlux:Local User|Local User]] node to generate impulses for every user. However, it would be better to use [[ProtoFlux:Local Update|Local Update]] instead of this node for this purpose. | ||
=== SkipIfNull ([[Type:Nullable`1|Nullable]]<[[Type:bool|bool]]>) === | |||
If <code>True</code>, no pulses will be generated if <code>UpdatingUser</code> is null. Otherwise, impulses will be generated by the [[ProtoFlux:Host User|host user]] if <code>UpdatingUser</code> is null. | If <code>True</code>, no pulses will be generated if <code>UpdatingUser</code> is null. Otherwise, impulses will be generated by the [[ProtoFlux:Host User|host user]] if <code>UpdatingUser</code> is null. |
Latest revision as of 00:12, 21 April 2025
Update
null
∅
null
∅
Flow
The Update node sends a pulse at every engine update from the UpdatingUser
.
Outputs
OnUpdate (Call)
Sends a pulse every engine update from the UpdatingUser
.
Globals
UpdatingUser (User)
The user that the OnUpdate
pulse will be generated from and owned by.
This input can be driven by a Local User node to generate impulses for every user. However, it would be better to use Local Update instead of this node for this purpose.
SkipIfNull (Nullable<bool>)
If True
, no pulses will be generated if UpdatingUser
is null. Otherwise, impulses will be generated by the host user if UpdatingUser
is null.
See Also
- ProtoFlux:Local Update to generate an impulse from every user on their respective update timers.
- ProtoFlux:Updates Timer to generate an impulse at a specified interval of updates.
- ProtoFlux:Seconds Timer to generate an impulse at a specified interval of seconds.