forked from GodDragoner/Spicy-TAJ-Personality
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI.js
More file actions
38 lines (25 loc) · 764 Bytes
/
API.js
File metadata and controls
38 lines (25 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//This is never loaded however we want it so the ide recognizes the methods
function sendMessage(message) {}
function setVar(varName, object) {}
function setTempVar(varName, object) {}
function getVar(varName) {}
function delVar(varName) {}
function setDate(message) {}
function getDate(varName) {}
function isVar(varName) {}
function run(filePath) {}
function createInput() {}
function sendInput(message) {}
function showCategoryImage() {}
function showTeaseImage() {}
function wait() {}
function sleep() {}
function playAudio() {}
function playSound() {}
function stopAudio() {}
function unlockImages() {}
function lockImages() {}
function addStrokingBPM(bpm) {}
function getStrokingBPM() {}
function stopStroking() {}
function startStroking(bpm) {}