diff options
author | Mattes D <github@xoft.cz> | 2016-10-01 22:27:04 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-10-01 22:27:04 +0200 |
commit | b7d992d2119c65315b518a1ff941554f7e550b15 (patch) | |
tree | bdbf0e4fb6bed29f381eab2964ff84b564639d53 /Server/Plugins/APIDump/APIDesc.lua | |
parent | Use cChunkDef::Height for Y coord comparison where applicable. (diff) | |
download | cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar.gz cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar.bz2 cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar.lz cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar.xz cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.tar.zst cuberite-b7d992d2119c65315b518a1ff941554f7e550b15.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 5cfacd873..b4d84f3f5 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -1830,7 +1830,7 @@ return The following constants are used to signalize the datatype to read or write: ]], }, - MergeStrategies = + eMergeStrategy = { Include = "ms.*", TextAfter = "See below for a detailed explanation of the individual merge strategies.", @@ -4771,10 +4771,10 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") { { 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 = { @@ -5969,7 +5969,7 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, ConstantGroups = { - EntityType = + eEntityType = { Include = "et.*", TextBefore = "The following constants are used to distinguish between different entity types:", |