package
0.0.0-20220910131548-a5a31e8a8009
Repository: https://github.com/donomii/racketprogs.git
Documentation: pkg.go.dev
# Functions
shortcut: add an object id to a comma-separated list.
Parse a sentence into a verb, direct object, indirect object, and preposition.
Setup default variables for a yaegi call.
Slice to comma-separated string.
No description provided by the author
Create a copy of a MOO object.
Copy a loaded MOO object.
No description provided by the author
No description provided by the author
Delete a property from an object.
No description provided by the author
Print an object to the screen.
Run some code in a yaegi interpreter.
No description provided by the author
Find a string in a list of strings.
No description provided by the author
Arrange and object for user display.
No description provided by the author
Allocate a new GUID for an object.
No description provided by the author
Load a property from an object (given object id and property name).
Fixme copied.
Load a verb from an object (given object id).
No description provided by the author
Take a message from the user and submit it to the queue.
Log a message to the log system.
from https://github.com/laurent22/massren/.
Attempt to load object from network server or disk, depending on mode.
Implementing move as a built-in because it is complicated enough to need it.
Submit a message to the queue.
No description provided by the author
Too similar to findobject?.
create a new yaegi interpreter.
No description provided by the author
Submit a constructed message struct to the queue.
No description provided by the author
No description provided by the author
shortcut: remove an object id from a comma-separated list.
Store an object in the database.
SearchObjects returns a list of objects that have a property set to the given value.
No description provided by the author
Somewhere to save the objects.
Set a property on an object.
Set a property on a loaded object.
No description provided by the author
Choose the network Queue server.
Set a verb property on an object.
Set a verb on an object (given object id).
No description provided by the author
Set a verb property on an object.
pmoo keeps its lists as a comma-separated string, so we need to convert to a slice.
No description provided by the author
Convert anything to a string.
List all verbs from all objects visible to the player.
Find a verb by searching visible objects.
Return all the visible objects in the room.
# Variables
Operate in cluster mode.
If using the filesystem data store, objects will be stored in this directory.
The default amount of ticks to allocate to a new message.
No description provided by the author
the IP address of the queue and object server.