diff options
author | Arnaud Meuret <arnaud@meuret.net> | 2016-01-02 22:02:02 +0100 |
---|---|---|
committer | Arnaud Meuret <arnaud@meuret.net> | 2016-01-02 22:02:02 +0100 |
commit | e19109465d046b476bbf835f6609ffeba3ec14ff (patch) | |
tree | 3cdffc73cd92af2d6833bf966adfcfd16d96c12d /Server/Plugins/APIDump/APIDesc.lua | |
parent | Merge pull request #2840 from cuberite/RenameToCuberite (diff) | |
download | cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar.gz cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar.bz2 cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar.lz cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar.xz cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.tar.zst cuberite-e19109465d046b476bbf835f6609ffeba3ec14ff.zip |
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 503cc3a6c..6f3736bef 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -2432,7 +2432,7 @@ end BroadcastChatSuccess = { Params = "Message, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Prepends Green [INFO] / colours entire text (depending on ShouldUseChatPrefixes()) and broadcasts message. For success messages." }, BroadcastChatWarning = { Params = "Message, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Prepends Rose [WARN] / colours entire text (depending on ShouldUseChatPrefixes()) and broadcasts message. For concerning events, such as plugin reload etc." }, BroadcastEntityAnimation = { Params = "{{cEntity|TargetEntity}}, Animation, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Sends an animation of an entity to all clienthandles (except ExcludeClient if given)" }, - BroadcastParticleEffect = { Params = "ParticleName, X, Y, Z, OffSetX, OffSetY, OffSetZ, ParticleData, ParticleAmmount, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Spawns the specified particles to all players in the world exept the optional ExeptClient. A list of available particles by thinkofdeath can be found {{https://gist.github.com/thinkofdeath/5110835|Here}}" }, + BroadcastParticleEffect = { Params = "ParticleName, X, Y, Z, OffSetX, OffSetY, OffSetZ, ParticleData, ParticleAmount, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Spawns the specified particles to all players in the world exept the optional ExeptClient. A list of available particles by thinkofdeath can be found {{https://gist.github.com/thinkofdeath/5110835|Here}}" }, BroadcastSoundEffect = { Params = "SoundName, X, Y, Z, Volume, Pitch, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Sends the specified sound effect to all players in this world, except the optional ExceptClient" }, BroadcastSoundParticleEffect = { Params = "EffectID, X, Y, Z, EffectData, [{{cClientHandle|ExcludeClient}}]", Return = "", Notes = "Sends the specified effect to all players in this world, except the optional ExceptClient" }, CastThunderbolt = { Params = "X, Y, Z", Return = "", Notes = "Creates a thunderbolt at the specified coords" }, |