Show raw api
{
"functions": [
{
"name": "AddChatTag",
"desc": "Adds chat tags to the player",
"params": [
{
"name": "chatTagData",
"desc": "",
"lua_type": "ChatTagData"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 52,
"path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
}
},
{
"name": "ClearTags",
"desc": "Removes all chat tags from the player",
"params": [],
"returns": [],
"function_type": "method",
"source": {
"line": 86,
"path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
}
}
],
"properties": [],
"types": [],
"name": "HasChatTags",
"desc": "",
"source": {
"line": 4,
"path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
}
}