From ef2f01f381b1738d5fdc6565d60c2ae9cef80ef0 Mon Sep 17 00:00:00 2001 From: spooptr <85006457+spoopster@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:28:02 +0200 Subject: [PATCH] properly documented SpawnDrops() in GridEntityRock.md (#592) currently SpawnDrops() is described as a normal function, despite it being static. it is also missing the 1st parameter in the current documentation, which is the position where drops should be spawned. --- docs/docs/GridEntityRock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/GridEntityRock.md b/docs/docs/GridEntityRock.md index aebdc0363..67b1974c4 100644 --- a/docs/docs/GridEntityRock.md +++ b/docs/docs/GridEntityRock.md @@ -41,4 +41,4 @@ ___ ### UpdateNeighbors () {: aria-label='Functions' } #### void UpdateNeighbors ( ) {: .copyable aria-label='Functions' } -___ \ No newline at end of file +___