From be841b4769cac98a932148bcdf6013f2dcac4ea2 Mon Sep 17 00:00:00 2001 From: "[IPSA] Chris de Claverie" Date: Thu, 1 Oct 2020 12:38:10 +0200 Subject: Add SetBlockMeta warning in documentation (#4943) + Add SetBlockMeta warning in documentation Co-authored-by: pwnOrbitals --- Server/Plugins/APIDump/Classes/BlockArea.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Server/Plugins/APIDump/Classes/BlockArea.lua') diff --git a/Server/Plugins/APIDump/Classes/BlockArea.lua b/Server/Plugins/APIDump/Classes/BlockArea.lua index f4c47d063..a826bb713 100644 --- a/Server/Plugins/APIDump/Classes/BlockArea.lua +++ b/Server/Plugins/APIDump/Classes/BlockArea.lua @@ -37,6 +37,9 @@ return
  • Modify blocks inside cBlockArea
  • Write the area back to a world / save to file
  • +

    + Calls to any setter of this class will not trigger simulator updates (lava, water, redstone). +

    ]], Functions = { @@ -1621,7 +1624,7 @@ return Type = "number", }, }, - Notes = "Sets the block meta at the specified absolute coords", + Notes = "Sets the block meta at the specified absolute coords.", }, SetBlockSkyLight = { -- cgit v1.2.3