Skip to content

Commit f99c3dd

Browse files
committed
[OF-1784] docs: Adding comments to reference type
1 parent eb537ee commit f99c3dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Library/src/Systems/Multiplayer/MultiplayerSystem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ MultiplayerSystem::~MultiplayerSystem() { }
2525

2626
void MultiplayerSystem::GetScopesBySpace(const csp::common::String& SpaceId, ScopesResultCallback Callback)
2727
{
28+
// This specifies that the scope relates to a group (space) using the ReferenceId. Additional values may be possible in the future.
29+
// We can then allow clients to specify this value.
2830
constexpr const char* ReferenceType = "GroupId";
2931

3032
csp::services::ResponseHandlerPtr ResponseHandler

0 commit comments

Comments
 (0)