Module:ColinTheCat/ProtoFlux/doc: Difference between revisions

From Resonite Wiki
Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Example Name |Category=Example Category |Inputs= [ {"Name": "Input1", "Type": "Call"}, {"Name": "Input2", "Type": "String"} ] |Outputs= [ {"Name": "Output1", "Type": "bool"}, {"Name": "Output2", "Type": "bool"} ] |Globals= [ {"Name": "Global1", "Type": "User"}, {"Name": "Global2", "Type": "User"} ] }} {{#Invoke:ProtoFlux|GenerateUI |Name=Example Name |Category=Example Category |Inputs= [ {"Name": "Input1", "Type": "Call"}, {"Name": "..."
 
No edit summary
Line 2: Line 2:
|Name=Example Name
|Name=Example Name
|Category=Example Category
|Category=Example Category
|Inline=true
|Inputs=
|Inputs=
[
[
Line 22: Line 23:
|Name=Example Name
|Name=Example Name
|Category=Example Category
|Category=Example Category
|Inline=true
|Inputs=
|Inputs=
[
[
Line 31: Line 33:
{"Name": "Output1", "Type": "bool"},
{"Name": "Output1", "Type": "bool"},
{"Name": "Output2", "Type": "bool", "Multi": 5}
{"Name": "Output2", "Type": "bool", "Multi": 5}
]
}}
{{#Invoke:ProtoFlux|GenerateUI
|Name=Impulse Multiplexer
|Category=Flow
|Inline=true
|Inputs=
[
{"Name":"*", "Type":"Call"},
{"Name":"Index", "Type":"int"}
]
|Outputs=
[
{"Name":"Impulses", "Type":"Continuation", "Multi":"5"}
]
]
}}
}}

Revision as of 19:30, 10 February 2024

Example Name
Input1
Output1
Input2
Output2
Global1
null
Global2
null
Example Category
Example Name
Input1
Output1
Input2
Output2
+
-
+
-
Example Category
Impulse Multiplexer
*
Impulses
Index
+
-
Flow