1
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

View File

@ -4877,13 +4877,14 @@ local Hash = cCryptoHash.sha1HexString("DataToHash")
}, },
GetClassStatic = GetClassStatic =
{ {
IsStatic = true,
Returns = Returns =
{ {
{ {
Type = "string", 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 = GetEntityType =
{ {
@ -12639,6 +12640,7 @@ a_Player:OpenWindow(Window);
}, },
GetProtocolVersionTextFromInt = GetProtocolVersionTextFromInt =
{ {
IsStatic = true,
Params = Params =
{ {
{ {