Optional
jwtRetrieve all visitors currently in a world.
Optional
shouldIncludeAdminPermissions: booleanReturns the an object containing current visitors keyed by visitorId or an error.
Retrieve all visitors currently in a Landmark Zone.
Returns the an object containing current visitors keyed by visitorId or an error.
Move all visitors currently in a world to a single set of coordinates.
Updates each Visitor instance and worldActivity.visitors map.
Teleport or walk a list of visitors currently in a world to various coordinates.
Updates each Visitor instance and worldActivity.visitors map.
Create an instance of WorldActivity class with a given url slug and optional attributes and session credentials.
Remarks
This class is responsible for all activity of a specified world including editing dropped assets, moving current visitors, etc.
Example