Added a docstring explaining what shout does.
This commit is contained in:
parent
f488a4ac7c
commit
fe444ac8c8
|
@ -5,4 +5,5 @@
|
||||||
|
|
||||||
;; Send a quick message to everyone in the game as the server:
|
;; Send a quick message to everyone in the game as the server:
|
||||||
(define (shout message)
|
(define (shout message)
|
||||||
|
"Send a quick message to everyone in the game as the server."
|
||||||
(message-everyone "SERVER" message output-queue))
|
(message-everyone "SERVER" message output-queue))
|
||||||
|
|
Loading…
Reference in New Issue