Show raw api
{
"functions": [
{
"name": "isEloMatchResult",
"desc": "Checks if the given match result is a valid EloMatchResult.",
"params": [
{
"name": "matchResult",
"desc": "",
"lua_type": "any"
}
],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "static",
"source": {
"line": 18,
"path": "src/elo/src/Shared/EloMatchResultUtils.lua"
}
},
{
"name": "isEloMatchResultList",
"desc": "Checks if the given match result is a valid EloMatchResult list",
"params": [
{
"name": "eloMatchResultList",
"desc": "",
"lua_type": "any"
}
],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "static",
"source": {
"line": 30,
"path": "src/elo/src/Shared/EloMatchResultUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "EloMatchResultUtils",
"desc": "",
"source": {
"line": 5,
"path": "src/elo/src/Shared/EloMatchResultUtils.lua"
}
}