diff options
author | madmaxoft <github@xoft.cz> | 2013-09-29 00:10:42 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-29 00:10:42 +0200 |
commit | 1f9397302c6e4381b86a15c3d28e41c9b199473e (patch) | |
tree | cf3cefe966fd6f343e027bfc7b376216518b75ae /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Updated cEntity docs. (diff) | |
download | cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar.gz cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar.bz2 cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar.lz cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar.xz cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.tar.zst cuberite-1f9397302c6e4381b86a15c3d28e41c9b199473e.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 0318c69ea..f260731f5 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -710,7 +710,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), despawn / remove that entity in between the calls. If you need to refer to an entity later, use its UniqueID and {{cWorld|cWorld}}'s entity manipulation functions DoWithEntityByID(), ForEachEntity() or ForEachEntityInChunk() to access the entity again.</p> -]], + ]], Functions = { AddPosition = @@ -1906,6 +1906,18 @@ World:ForEachEntity( }, }, + + IgnoreClasses = + { + "coroutine", + "debug", + "io", + "math", + "package", + "os", + "string", + "table", + }, IgnoreFunctions = { |