Updated Text Script.md (markdown)
commited
commit
d15281efc0932dec0417595d8f421e067d3271ef
... | ... | @@ -57,6 +57,12 @@ vec $myPosition = Objects.GetPosition(me).position |
57 | 57 | |
58 | 58 | # Any variable can be used as list by using the format: varName[index] |
59 | 59 | |
60 | #To define wire input values use |
|
61 | wire_wireName = value |
|
62 | #This can be use In case of functions that uses another functions to their inputs |
|
63 | #so that it doesn't look very messy unlike when directly placing them |
|
64 | #(can this thing be called the spaghetti wires in text scripting 0w0) |
|
65 | ||
60 | 66 | ``` |
61 | 67 | **____________________________________** |
62 | 68 | |
... | ... | @@ -297,7 +303,7 @@ Math.LineVsPlane(vec From, vec To, vec Point, vec Normal) |
297 | 303 | Math.LookRotation(vec Direction, vec Up) |
298 | 304 | ``` |
299 | 305 | ### (Important!) Editing Notes |
300 | ***To all contributors and people who edits the Fancade Pseudo-Coding Language*** , Pls don't put to much extensions to the things such as `math. , object.` , this thing is very unnecessary since it will only be used in scripting discussion , unless... one you can implement it as a real coding language ;D.
|
|
306 | ***To all contributors and people who edits the Fancade Pseudo-Coding Language*** , Pls don't put to much extensions to the things such as `math. , object.` , this thing is very unnecessary since it will only be used in scripting discussion , unless... one you can implement it as a real coding language ;D |
|
301 | 307 | |
302 | 308 | # Syntax |
303 | 309 |