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:
committed by
GitHub
parent
3917b250b0
commit
be841b4769
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user