Login

Fancade Wiki

Updated Script Colors.md (markdown)

... ...
@@ -1,4 +1,6 @@
1
The wires that connect script blocks, as well as the inputs and outputs the wires connect to, are color-coded to indicate their data type:
1
## Wires
2
3
Script blocks' inputs, outputs, and connecting wires, are color-coded to indicate their data type:
2 4
3 5
* **<font color="00e5ff">██████ Blue</font>**: Number
4 6
* **<font color="00ee85">██████ Green</font>**: Vector
... ...
@@ -8,6 +10,8 @@ The wires that connect script blocks, as well as the inputs and outputs the wire
8 10
* **<font color="a7b1d0">██████ Gray</font>**: Constraint
9 11
* **<font color="ffe043">██████ Yellow</font>**: [[Execution order|/Script/Control flow]] (not technically a "data type")
10 12
13
## Blocks
14
11 15
Script blocks are also color-coded:
12 16
13 17
* **<font color="424252">██████ Dark gray</font>**: [[Statement|/Script/Control flow#statements]] (except for variable setters)
... ...
@@ -22,5 +26,6 @@ And script blocks for getting/setting variables and lists, are colored similarly
22 26
* **<font color="FF9ED9">██████ Pink</font>**: Object
23 27
* **<font color="C6C9D3">██████ Gray</font>**: Constraint
24 28
25
See also:
29
## See also
30
26 31
* [[Fancade colors in hex format]]
... ...
\ No newline at end of file
Fancade Wiki