From ddda753f5272f95c6cec60c0492d61215c948488 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 13 Sep 2013 16:29:24 +0200 Subject: APIDump: Fixed link in cBlockArea's docs --- MCServer/Plugins/APIDump/APIDesc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MCServer/Plugins/APIDump/APIDesc.lua') diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index e7b759505..7fb001b76 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -14,7 +14,7 @@ g_APIDesc = { Desc = [[ This class is used when multiple adjacent blocks are to be manipulated. Because of chunking - and multithreading, manipulating single blocks using {{api:cWorld|cWorld:SetBlock}}() is a rather + and multithreading, manipulating single blocks using {{cWorld|cWorld:SetBlock}}() is a rather time-consuming operation (locks for exclusive access need to be obtained, chunk lookup is done for each block), so whenever you need to manipulate multiple adjacent blocks, it's better to wrap the operation into a cBlockArea access. cBlockArea is capable of reading / writing across chunk @@ -36,9 +36,9 @@ g_APIDesc =

Typical usage:

]], Functions = -- cgit v1.2.3