add getValue functions

This commit is contained in:
tayrinn
2023-03-22 13:52:04 +03:00
parent 3e496e6af6
commit f5ea7be16d
12 changed files with 198 additions and 19 deletions
@@ -197,7 +197,7 @@
}
],
"result_type": "integer",
"platforms": ["web"]
"platforms": [ "android", "web" ]
},
{
"name": "getNumberValue(string, number) number",
@@ -214,7 +214,7 @@
}
],
"result_type": "number",
"platforms": ["web"]
"platforms": [ "android", "web" ]
},
{
"name": "getStringValue(string, string) string",
@@ -231,7 +231,7 @@
}
],
"result_type": "string",
"platforms": ["web"]
"platforms": [ "android", "web" ]
},
{
"name": "getUrlValue(string, url) url",
@@ -282,7 +282,7 @@
}
],
"result_type": "color",
"platforms": ["web"]
"platforms": [ "android", "web" ]
},
{
"name": "getColorValue(string, string) color",
@@ -299,7 +299,7 @@
}
],
"result_type": "color",
"platforms": ["web"]
"platforms": [ "android", "web" ]
},
{
"name": "getBooleanValue(string, boolean) boolean",
@@ -316,7 +316,7 @@
}
],
"result_type": "boolean",
"platforms": ["web"]
"platforms": [ "android", "web" ]
}
]
}