Updated Text Script.md (markdown)
commited
commit
145f8392e4de10afcb62815ca501f2f6e1c8c022
... | ... | @@ -333,7 +333,7 @@ Math.LineVsPlane(vec From, vec To, vec Point, vec Normal) |
333 | 333 | Math.LookRotation(vec Direction, vec Up) |
334 | 334 | ``` |
335 | 335 | ### (Important!) Editing Notes |
336 | ***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 |
|
336 | ***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 of us can implement it as a real coding language ;D |
|
337 | 337 | |
338 | 338 | # Syntax |
339 | 339 |