1
0
Fork 0

APIDesc: Reformatted ConstantGroups to match the enum names.

This commit is contained in:
Mattes D 2016-10-01 22:27:04 +02:00
parent b268db4caa
commit b7d992d211
2 changed files with 6 additions and 6 deletions

View File

@ -1830,7 +1830,7 @@ return
The following constants are used to signalize the datatype to read or write: The following constants are used to signalize the datatype to read or write:
]], ]],
}, },
MergeStrategies = eMergeStrategy =
{ {
Include = "ms.*", Include = "ms.*",
TextAfter = "See below for a detailed explanation of the individual merge strategies.", TextAfter = "See below for a detailed explanation of the individual merge strategies.",
@ -4771,10 +4771,10 @@ local Hash = cCryptoHash.sha1HexString("DataToHash")
{ {
{ {
Name = "EntityType", Name = "EntityType",
Type = "cEntity#EntityType", Type = "cEntity#eEntityType",
}, },
}, },
Notes = "Returns the type of the entity, one of the {{cEntity#EntityType|etXXX}} constants. Note that to check specific entity type, you should use one of the IsXXX functions instead of comparing the value returned by this call.", Notes = "Returns the type of the entity, one of the {{cEntity#eEntityType|etXXX}} constants. Note that to check specific entity type, you should use one of the IsXXX functions instead of comparing the value returned by this call.",
}, },
GetEquippedBoots = GetEquippedBoots =
{ {
@ -5969,7 +5969,7 @@ local Hash = cCryptoHash.sha1HexString("DataToHash")
}, },
ConstantGroups = ConstantGroups =
{ {
EntityType = eEntityType =
{ {
Include = "et.*", Include = "et.*",
TextBefore = "The following constants are used to distinguish between different entity types:", TextBefore = "The following constants are used to distinguish between different entity types:",

View File

@ -65,7 +65,7 @@ return
{ {
{ {
Name = "PluginStatus", Name = "PluginStatus",
Type = "cPluginManager#PluginStatus", Type = "cPluginManager#ePluginStatus",
}, },
}, },
Notes = "Returns the status of the plugin (loaded, disabled, unloaded, error, not found)", Notes = "Returns the status of the plugin (loaded, disabled, unloaded, error, not found)",
@ -982,7 +982,7 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage);
cPluginManager:AddHook() function. For detailed description of each hook, see the <a href='index.html#hooks'> cPluginManager:AddHook() function. For detailed description of each hook, see the <a href='index.html#hooks'>
hooks reference</a>.]], hooks reference</a>.]],
}, },
PluginStatus = ePluginStatus =
{ {
Include = Include =
{ {