149 Zeilen
2.3 KiB
JSON
149 Zeilen
2.3 KiB
JSON
{
|
|
"assert": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "condition"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"optional": true
|
|
}
|
|
],
|
|
"return_values": 0,
|
|
"since": "0.1"
|
|
},
|
|
"pairs": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "table"
|
|
}
|
|
],
|
|
"return_values": 3,
|
|
"since": "0.1"
|
|
},
|
|
"ipairs": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "table"
|
|
}
|
|
],
|
|
"return_values": 3,
|
|
"since": "0.1"
|
|
},
|
|
"next": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "table"
|
|
},
|
|
{
|
|
"name": "index",
|
|
"optional": true
|
|
}
|
|
],
|
|
"return_values": 1,
|
|
"since": "0.1"
|
|
},
|
|
"tonumber": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "value"
|
|
},
|
|
{
|
|
"name": "base",
|
|
"optional": true
|
|
}
|
|
],
|
|
"return_values": 1,
|
|
"since": "0.1"
|
|
},
|
|
"tostring": {
|
|
"is_lua_builtin": true,
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "value"
|
|
}
|
|
],
|
|
"return_values": 1,
|
|
"since": "0.1"
|
|
},
|
|
"type": {
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "value"
|
|
}
|
|
],
|
|
"return_values": 2,
|
|
"since": "0.1"
|
|
},
|
|
"VERSION": {
|
|
"type": "constant",
|
|
"since": "0.1"
|
|
},
|
|
"VERSION_MAJOR": {
|
|
"type": "constant",
|
|
"since": "0.1"
|
|
},
|
|
"VERSION_MINOR": {
|
|
"type": "constant",
|
|
"since": "0.1"
|
|
},
|
|
"VERSION_PATCH": {
|
|
"type": "constant",
|
|
"since": "0.1"
|
|
},
|
|
"LUA_VERSION": {
|
|
"type": "constant",
|
|
"since": "0.1"
|
|
},
|
|
"pv": {
|
|
"type": "object",
|
|
"since": "0.3"
|
|
},
|
|
"world": {
|
|
"type": "object",
|
|
"since": "0.1"
|
|
},
|
|
"log": {
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"class": {
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"enum": {
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"math": {
|
|
"is_lua_builtin": true,
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"set": {
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"string": {
|
|
"is_lua_builtin": true,
|
|
"type": "library",
|
|
"since": "0.1"
|
|
},
|
|
"table": {
|
|
"is_lua_builtin": true,
|
|
"type": "library",
|
|
"since": "0.1"
|
|
}
|
|
} |