1
0
Fork 0

Added is static flag and removed is static info from text. (#3616)

This commit is contained in:
Lukas Pioch 2017-03-05 02:44:16 +01:00 committed by Julian Laubstein
parent 19094e7aa6
commit d0b956d8c4
1 changed files with 3 additions and 1 deletions

View File

@ -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 =
{
{