Updated Fancade Text Code Format.md (markdown)
commited
commit
23058652945ea0e763a619918af0baff3109b795
... | ... | @@ -6,9 +6,9 @@ A Pseudo-Coding Language Format Developed by (**@Isaglish** , me **@JP16D** , ** |
6 | 6 | This Format will be a basis when sharing or suggesting some codes and code solutions during script discussions. Take this as an easier way to share or suggest a code program instead doing it in fancade and go back to fancade server #scripting channel. Well in case of people that couldn't understand this just do the thing in fancade , screenshot it and share it to them. |
7 | 7 | |
8 | 8 | Here is the documentation of what we have done so far ... |
9 | ||
9 | ## _______________________________________________________________ |
|
10 | 10 | ### Basics |
11 | ||
11 | ## _____________________________ |
|
12 | 12 | **Value Types** : |
13 | 13 | ``` |
14 | 14 | • Num varName = 0 ; //NaN ~ Integers ~ Inf |
... | ... | @@ -17,8 +17,8 @@ Here is the documentation of what we have done so far ... |
17 | 17 | • Rot varName[x , y , z] ; |
18 | 18 | • Obj varName = Obj ; |
19 | 19 | ``` |
20 | ||
21 | Basic Math Operators |
|
20 | ## _____________________________ |
|
21 |
### Basic Math Operators |
|
22 | 22 | |
23 | 23 | - Add - ( + ) |
24 | 24 | - Subtract - ( - ) |
... | ... | @@ -31,8 +31,8 @@ Basic Math Operators |
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | ||
35 | Control |
|
34 | ## _______________________________________________________________ |
|
35 |
### Control |
|
36 | 36 | |
37 | 37 | ## _____________________________ |
38 | 38 | ***if*** |
... | ... | @@ -93,7 +93,7 @@ Control |
93 | 93 | • LateUpdate( ) { function } ; |
94 | 94 | ``` |
95 | 95 | |
96 | ||
96 | ## _____________________________ |
|
97 | 97 | ### Basic Boolean Operators |
98 | 98 | - Greater Than - ( > ) |
99 | 99 | - Less Than - ( < ) |
... | ... | @@ -102,6 +102,7 @@ Control |
102 | 102 | - OR - ( \|\| ) |
103 | 103 | - Not - ( ! ) |
104 | 104 | |
105 | ## _______________________________________________________________ |
|
105 | 106 | ### Object |
106 | 107 | ## _____________________________ |
107 | 108 | ***Set Position*** |
... | ... | @@ -144,9 +145,9 @@ Control |
144 | 145 | |
145 | 146 | |
146 | 147 | |
147 | ||
148 | ## _______________________________________________________________ |
|
148 | 149 | ### Advanced |
149 | ||
150 | ## _____________________________ |
|
150 | 151 | ***List Set Element*** |
151 | 152 | ``` |
152 | 153 | • Num varName[ index ] = 0 ; |
... | ... | @@ -157,6 +158,7 @@ Control |
157 | 158 | • varName[ index ] |
158 | 159 | • varName[ [ x , y , z [ index ] ] |
159 | 160 | ``` |
161 | ## _______________________________________________________________ |
|
160 | 162 | ### Advanced Math Functions |
161 | 163 | |
162 | 164 | ## _____________________________ |