Added is static flag and removed is static info from text. (#3616)
This commit is contained in:
parent
19094e7aa6
commit
d0b956d8c4
@ -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 =
|
||||
{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user