|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{#Invoke:ProtoFlux|GenerateUI
| | #REDIRECT [[ProtoFlux:Once Per Frame]] |
| |Name=One Per Frame
| |
| |Category=Flow
| |
| |Inputs=
| |
| [ | |
| {"Name": "*", "Type": "Impulse"}
| |
| ]
| |
| |Outputs=
| |
| [ | |
| {"Name": "Next", "Type":"Continuation"}
| |
| ]
| |
| |}}
| |
| | |
| The '''One Per Frame''' node will limit the number of [[ProtoFlux Impulses|impulses]] given to it to one per frame. This will differ for each local user.
| |
| | |
| == Inputs ==
| |
| | |
| === * (Impulse) ===
| |
| Impulses.
| |
| | |
| == Outputs ==
| |
| | |
| === Next (Impulse) ===
| |
| The input impulses, but with a "cooldown" of at most one impulse per frame for the local user.
| |
| | |
| [[Category:ProtoFlux:Flow]]
| |