Skip to content

Commit f5265c5

Browse files
committed
update(docgen): Forgot to add method
1 parent 3bcf7d8 commit f5265c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docgen/data/data.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,6 +2381,21 @@
23812381
"params": {},
23822382
"additional": {}
23832383
},
2384+
"setnametag": {
2385+
"title": "SetNametag",
2386+
"template": "function-syntax",
2387+
"language": "both",
2388+
"description": "Sets the nametag.",
2389+
"variable": {
2390+
"cpp": "weapon->SetNametag",
2391+
"lua": "weapon:SetNametag"
2392+
},
2393+
"return": "void",
2394+
"params": {
2395+
"nametag": "const char*"
2396+
},
2397+
"additional": {}
2398+
},
23842399
"exists": {
23852400
"title": "Exists",
23862401
"template": "function-syntax",

0 commit comments

Comments
 (0)