We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcf7d8 commit f5265c5Copy full SHA for f5265c5
docgen/data/data.json
@@ -2381,6 +2381,21 @@
2381
"params": {},
2382
"additional": {}
2383
},
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
2399
"exists": {
2400
"title": "Exists",
2401
"template": "function-syntax",
0 commit comments