diff options
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 288466303..134a36d7b 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3059,6 +3059,16 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, Notes = "Schedules the entity to be destroyed; if ShouldBroadcast is not present or set to true, broadcasts the DestroyEntity packet", }, + DoesPreventBlockPlacement = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if this entity doesn't allow blocks to be placed intersecting the entity.", + }, GetAirLevel = { Returns = |