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 =
|
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 =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user