QA Central Access Manager
  • Introduction
  • Setup
  • Custom kick message
  • Group based access
  • Advanced development
    • Scheduled access management
    • Giving items to testers
  • API Reference
    • AllowRoles()
    • DisallowRoles()
    • AllowGroupRoles()
    • DisallowGroupRoles()
    • GetAccessForPlayer()
  • Types
    • GetAccessResult
Powered by GitBook
On this page

Was this helpful?

  1. Types

GetAccessResult

{
    value: boolean,
    message: string,
    matchedRoles: { string }
}

Properties

value boolean A boolean value indicating if the player has access to the game

message string The message that should be displayed to the player in the kick message

matchedRoles { string } A table of role IDs that the player has in the QA Central Discord server

PreviousGetAccessForPlayer()

Last updated 7 months ago

Was this helpful?