From 0fc074f0f6b6ea7223edfbc12c9c03bb1804282a Mon Sep 17 00:00:00 2001
From: sammy-ette
Date: Thu, 3 Apr 2025 02:07:22 +0000
Subject: [PATCH] deploy: b6a6f4d2765d21095c18b475af1d42d0e7a729d8
---
.../api/hilbish/hilbish.messages/index.html | 12 ++---
.../api/hilbish/hilbish.runner/index.html | 48 +++++++++----------
versions/snail/docs/nature/dirs/index.html | 22 ++++-----
versions/snail/docs/nature/doc/index.html | 16 +++----
versions/snail/docs/nature/index.xml | 4 +-
versions/snail/index.xml | 4 +-
6 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/versions/snail/docs/api/hilbish/hilbish.messages/index.html b/versions/snail/docs/api/hilbish/hilbish.messages/index.html
index 18c39d8..3b63c92 100644
--- a/versions/snail/docs/api/hilbish/hilbish.messages/index.html
+++ b/versions/snail/docs/api/hilbish/hilbish.messages/index.html
@@ -11,7 +11,7 @@ The hilbish.message
type is a table with the following keys:
summary
(string): A short summary of the text
.
icon
(string): Unicode (preferably standard emoji) icon for the message notification
read
(boolean): Whether the full message has been read or not.
hilbish.messages.all()
+
hilbish.messages.all()
Returns all messages.
Parameters
This function has no parameters.
hilbish.messages.clear()
Deletes all messages.
Parameters
@@ -19,10 +19,10 @@ The hilbish.message
type is a table with the following keys:
Deletes the message at idx
.
Parameters
idx
number
hilbish.messages.read(idx)
Marks a message at idx
as read.
Parameters
-
idx
number
hilbish.messages.send(message)
-
Sends a message.
Parameters
-
message
hilbish.message
hilbish.messages.readAll()
-
Marks all messages as read.
Parameters
-
This function has no parameters.
hilbish.messages.unreadCount()
+
idx
number
hilbish.messages.readAll()
+
Marks all messages as read.
Parameters
+
This function has no parameters.
hilbish.messages.send(message)
+
Sends a message.
Parameters
+
message
hilbish.message
hilbish.messages.unreadCount()
Returns the amount of unread messages.
Parameters
This function has no parameters.