/share/twn_api.json: add new logging funcs

This commit is contained in:
veclavtalica 2025-03-10 05:29:56 +03:00
parent 56530f9864
commit 48e3a4c233

View File

@ -349,6 +349,26 @@
"restriction": "parameters"
},
"log_string": {
"module": "util",
"symbol": "log_string",
"header": "twn_util.h",
"params": [
{ "name": "value", "type": "char *" },
{ "name": "identity", "type": "char *", "default": {} }
]
},
"log_float": {
"module": "util",
"symbol": "log_float",
"header": "twn_util.h",
"params": [
{ "name": "value", "type": "float" },
{ "name": "identity", "type": "char *", "default": {} }
]
},
"log_vec2": {
"module": "util",
"symbol": "log_vec2",