1
0

Add SetBlockMeta warning in documentation (#4943)

+ Add SetBlockMeta warning in documentation

Co-authored-by: pwnOrbitals <c.de-claverie@pm.me>
This commit is contained in:
[IPSA] Chris de Claverie
2020-10-01 12:38:10 +02:00
committed by GitHub
parent 3917b250b0
commit be841b4769
3 changed files with 9 additions and 5 deletions

View File

@@ -2802,7 +2802,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
Type = "number",
},
},
Notes = "Sets the meta for the block at the specified coords.",
Notes = "Sets the meta for the block at the specified coords. Any call to SetBlockMeta will not generate a simulator update (water, lava, redstone), consider using SetBlock instead.",
},
{
Params =
@@ -2816,7 +2816,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
Type = "number",
},
},
Notes = "Sets the meta for the block at the specified coords.",
Notes = "Sets the meta for the block at the specified coords. Any call to SetBlockMeta will not generate a simulator update (water, lava, redstone), consider using SetBlock instead.",
},
},
SetChunkAlwaysTicked =