summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 609fa46c2..4ffaaee8d 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -4877,13 +4877,14 @@ local Hash = cCryptoHash.sha1HexString("DataToHash")
},
GetClassStatic =
{
+ IsStatic = true,
Returns =
{
{
Type = "string",
},
},
- Notes = "Returns the entity classname that this class implements. Each descendant overrides this function. Is static",
+ Notes = "Returns the entity classname that this class implements. Each descendant overrides this function.",
},
GetEntityType =
{
@@ -12639,6 +12640,7 @@ a_Player:OpenWindow(Window);
},
GetProtocolVersionTextFromInt =
{
+ IsStatic = true,
Params =
{
{