Lobby tags for zones

Lobby tags - Rivet
Lobby tags are an optional property that can be passed to the
3 Replies
AngelOnFira
AngelOnFira2y ago
cc @somedude
Nathan
NathanOP2y ago
await RIVET.matchmaker.lobbies.find({
gameMode: 'default',
tags: {
zoneX: "3",
zoneY: "-4"
}
});
await RIVET.matchmaker.lobbies.find({
gameMode: 'default',
tags: {
zoneX: "3",
zoneY: "-4"
}
});
somedude
somedude2y ago
Godot Engine documentation
Using Viewports
Introduction: Think of a Viewport as a screen onto which the game is projected. In order to see the game, we need to have a surface on which to draw it. That surface is the Root Viewport. SubViewpo...

Did you find this page helpful?