Show raw api
{
"functions": [
{
"name": "new",
"desc": "Creates a new dialog marker and spawns it",
"params": [
{
"name": "x",
"desc": "horizontal coordinate",
"lua_type": "number"
},
{
"name": "y",
"desc": "vertical coordinate",
"lua_type": "number"
},
{
"name": "event_trigger",
"desc": "",
"lua_type": "() -> ()"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 21,
"path": "../../res/data/script/lib/util/marker.lua"
}
},
{
"name": "spawn",
"desc": "Spawns the marker",
"params": [],
"returns": [],
"function_type": "method",
"source": {
"line": 54,
"path": "../../res/data/script/lib/util/marker.lua"
}
},
{
"name": "remove",
"desc": "Removes the marker",
"params": [],
"returns": [],
"function_type": "method",
"source": {
"line": 83,
"path": "../../res/data/script/lib/util/marker.lua"
}
},
{
"name": "update",
"desc": "Updates the marker\n\nCall this periodically.",
"params": [],
"returns": [],
"function_type": "method",
"source": {
"line": 96,
"path": "../../res/data/script/lib/util/marker.lua"
}
}
],
"properties": [],
"types": [],
"name": "DialogMarker",
"desc": "A box that can be activated by stepping inside.",
"source": {
"line": 5,
"path": "../../res/data/script/lib/util/marker.lua"
}
}