You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This emulates the basic ccTweaked functions missing in basic-lua.
7
7
- vector-functions
8
8
- settings
9
9
- (no validations what so ever as of yet)
10
+
- os.pullEvent etc.
10
11
11
12
Additionally it emulates our **[scm](https://github.com/mc-cc-scripts/script-manager)** script and includes the **[json](https://gist.github.com/tylerneylon/59f4bcf316be525b30ab)** handler - which makes tests a lot easier.
12
13
@@ -34,6 +35,10 @@ local scriptToTest = require("scriptToTest")
34
35
-- without any need to modify the script you want to test
35
36
```
36
37
38
+
#### os
39
+
[how to test with os functions](docs/ccOS.md)
40
+
41
+
37
42
### How to import these scripts
38
43
39
44
For how to import the scipts, an example is already used by this repo for some of ITS dependancies (which you will also need):
0 commit comments