mirror of https://github.com/teverse/teverse
Compare commits
3 Commits
7174736ea9
...
4c83652c30
Author | SHA1 | Date |
---|---|---|
Jay | 4c83652c30 | |
Jay | 1abb33e965 | |
Jay | 7c30939d24 |
128
api.json
128
api.json
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"os": "OSX",
|
"os": "OSX",
|
||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"version": "0.20.6",
|
"version": "0.20.7",
|
||||||
"generatedAt": "28/04/2020 23:25:06",
|
"generatedAt": "03/05/2020 09:41:24",
|
||||||
"sandbox": {
|
"sandbox": {
|
||||||
"coroutine": {
|
"coroutine": {
|
||||||
"create": "function",
|
"create": "function",
|
||||||
|
@ -20,11 +20,12 @@
|
||||||
"xpcall": "function",
|
"xpcall": "function",
|
||||||
"_DEVICE_PAD_BOTTOM": 0,
|
"_DEVICE_PAD_BOTTOM": 0,
|
||||||
"ipairs": "function",
|
"ipairs": "function",
|
||||||
"_TEV_BUILD": "0206",
|
"_TEV_BUILD": "0207",
|
||||||
"colour": "cdata",
|
"colour": "cdata",
|
||||||
"print": "function",
|
"print": "function",
|
||||||
"pcall": "function",
|
"pcall": "function",
|
||||||
"gcinfo": "function",
|
"gcinfo": "function",
|
||||||
|
"loadstring": "function",
|
||||||
"sleep": "function",
|
"sleep": "function",
|
||||||
"spawn": "function",
|
"spawn": "function",
|
||||||
"vector2": "cdata",
|
"vector2": "cdata",
|
||||||
|
@ -42,10 +43,10 @@
|
||||||
"insert": "function"
|
"insert": "function"
|
||||||
},
|
},
|
||||||
"error": "function",
|
"error": "function",
|
||||||
"_TEV_VERSION": "0.20.6",
|
"_TEV_VERSION": "0.20.7",
|
||||||
"_DEVICE": "Mac",
|
"_DEVICE": "Mac",
|
||||||
"_VERSION": "Lua 5.1",
|
"_VERSION": "Lua 5.1",
|
||||||
"_OS": "OSX",
|
"require": "function",
|
||||||
"next": "function",
|
"next": "function",
|
||||||
"math": {
|
"math": {
|
||||||
"ceil": "function",
|
"ceil": "function",
|
||||||
|
@ -79,7 +80,7 @@
|
||||||
"pi": 3.1415926535898,
|
"pi": 3.1415926535898,
|
||||||
"rad": "function"
|
"rad": "function"
|
||||||
},
|
},
|
||||||
"unpack": "function",
|
"_OS": "OSX",
|
||||||
"os": {
|
"os": {
|
||||||
"difftime": "function",
|
"difftime": "function",
|
||||||
"date": "function",
|
"date": "function",
|
||||||
|
@ -87,9 +88,7 @@
|
||||||
"clock": "function",
|
"clock": "function",
|
||||||
"parseISO8601": "function"
|
"parseISO8601": "function"
|
||||||
},
|
},
|
||||||
"thread": {
|
"type": "function",
|
||||||
"create": "function"
|
|
||||||
},
|
|
||||||
"select": "function",
|
"select": "function",
|
||||||
"string": {
|
"string": {
|
||||||
"split": "function",
|
"split": "function",
|
||||||
|
@ -108,18 +107,22 @@
|
||||||
"format": "function",
|
"format": "function",
|
||||||
"gsub": "function"
|
"gsub": "function"
|
||||||
},
|
},
|
||||||
"type": "function",
|
"unpack": "function",
|
||||||
"require": "function",
|
"thread": {
|
||||||
|
"create": "function"
|
||||||
|
},
|
||||||
"teverse": {
|
"teverse": {
|
||||||
"input": "input",
|
"input": "input",
|
||||||
|
"tween": "tween",
|
||||||
"networking": "networking",
|
"networking": "networking",
|
||||||
|
"interface": "guiFrame",
|
||||||
|
"guiHelper": "guiHelper",
|
||||||
"scene": "scene",
|
"scene": "scene",
|
||||||
"http": "http",
|
|
||||||
"load": "function",
|
"load": "function",
|
||||||
"construct": "function",
|
"construct": "function",
|
||||||
"guiHelper": "guiHelper",
|
|
||||||
"interface": "guiFrame",
|
|
||||||
"json": "json",
|
"json": "json",
|
||||||
|
"debug": "debug",
|
||||||
|
"http": "http",
|
||||||
"dev": "dev",
|
"dev": "dev",
|
||||||
"disconnect": "function"
|
"disconnect": "function"
|
||||||
},
|
},
|
||||||
|
@ -1027,6 +1030,37 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"block": {
|
||||||
|
"methods": {
|
||||||
|
"setShader": {
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"name": "mesh"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returns": [],
|
||||||
|
"description": "Sets mesh"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"className": "block",
|
||||||
|
"events": [],
|
||||||
|
"constructable": true,
|
||||||
|
"properties": {
|
||||||
|
"position": {
|
||||||
|
"hasGetter": true,
|
||||||
|
"type": "vector3",
|
||||||
|
"description": "",
|
||||||
|
"hasSetter": true
|
||||||
|
},
|
||||||
|
"mesh": {
|
||||||
|
"hasGetter": true,
|
||||||
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"hasSetter": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"http": {
|
"http": {
|
||||||
"methods": {
|
"methods": {
|
||||||
"delete": {
|
"delete": {
|
||||||
|
@ -1575,6 +1609,66 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tween": {
|
||||||
|
"methods": {
|
||||||
|
"begin": {
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"type": "variant",
|
||||||
|
"name": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "number",
|
||||||
|
"name": "duration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "table",
|
||||||
|
"name": "properties"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"name": "easing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "function?",
|
||||||
|
"name": "tweenCallback"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returns": [],
|
||||||
|
"description": "Creates and starts a tween"
|
||||||
|
},
|
||||||
|
"create": {
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"type": "variant",
|
||||||
|
"name": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "number",
|
||||||
|
"name": "duration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "table",
|
||||||
|
"name": "properties"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"name": "easing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "function?",
|
||||||
|
"name": "tweenCallback"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returns": [],
|
||||||
|
"description": "Creates a tween"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"className": "tween",
|
||||||
|
"events": [],
|
||||||
|
"constructable": false,
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"methods": [],
|
"methods": [],
|
||||||
"className": "debug",
|
"className": "debug",
|
||||||
|
@ -1703,7 +1797,9 @@
|
||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"returns": [],
|
"returns": [
|
||||||
|
"boolean"
|
||||||
|
],
|
||||||
"description": "Prompts the user to select a Lua file, this method then triggers app:loadScript(path)"
|
"description": "Prompts the user to select a Lua file, this method then triggers app:loadScript(path)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1713,5 +1809,5 @@
|
||||||
"properties": []
|
"properties": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"build": "0206"
|
"build": "0207"
|
||||||
}
|
}
|
|
@ -2,14 +2,16 @@
|
||||||
|
|
||||||
local disclaimer = teverse.construct("guiTextBox", {
|
local disclaimer = teverse.construct("guiTextBox", {
|
||||||
parent = teverse.coreInterface,
|
parent = teverse.coreInterface,
|
||||||
size = guiCoord(1, -60, 0, 20),
|
size = guiCoord(0, 140, 0, 25),
|
||||||
position = guiCoord(0, 30, 1, -20),
|
position = guiCoord(0.5, -70, 1, -35),
|
||||||
backgroundAlpha = 0,
|
text = "User Generated Content",
|
||||||
text = "You are running user generated code",
|
textSize = 14,
|
||||||
textShadowSize = 2,
|
textColour = colour(0, 0, 0),
|
||||||
textSize = 12,
|
textAlign = "middle",
|
||||||
textColour = colour(1, 1, 1),
|
textFont = "tevurl:fonts/openSansSemiBold.ttf",
|
||||||
textAlign = "middle"
|
strokeRadius = 2,
|
||||||
|
dropShadowAlpha = 0.15,
|
||||||
|
strokeAlpha = 0.05
|
||||||
})
|
})
|
||||||
|
|
||||||
disclaimer:on("mouseLeftUp", function()
|
disclaimer:on("mouseLeftUp", function()
|
||||||
|
|
|
@ -105,7 +105,7 @@ return {
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
if _TEV_VERSION ~= "0.20.6" then
|
if _DEVICE:sub(0, 6) ~= "iPhone" then
|
||||||
local appGui = createApp({
|
local appGui = createApp({
|
||||||
id = "",
|
id = "",
|
||||||
name = "Learn Code",
|
name = "Learn Code",
|
||||||
|
|
Loading…
Reference in New Issue