-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
220 changed files
with
4,594 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VRChat.API.Model.APIConfigConstants | ||
Constants | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**GROUPS** | [**APIConfigConstantsGROUPS**](APIConfigConstantsGROUPS.md) | | | ||
**INSTANCE** | [**APIConfigConstantsINSTANCE**](APIConfigConstantsINSTANCE.md) | | | ||
**LANGUAGE** | [**APIConfigConstantsLANGUAGE**](APIConfigConstantsLANGUAGE.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# VRChat.API.Model.APIConfigConstantsGROUPS | ||
Group-related constants | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**CAPACITY** | **int** | Maximum group capacity | [optional] [default to 100000] | ||
**GROUP_TRANSFER_REQUIREMENTS** | **List<string>** | Requirements for transferring group ownership | [optional] | ||
**MAX_INVITES_REQUESTS** | **int** | Maximum number of invite requests | [optional] [default to 50] | ||
**MAX_JOINED** | **int** | Maximum number of joined groups | [optional] [default to 100] | ||
**MAX_JOINED_PLUS** | **int** | Maximum number of joined groups for VRChat Plus members | [optional] [default to 200] | ||
**MAX_LANGUAGES** | **int** | Maximum number of supported languages | [optional] [default to 10] | ||
**MAX_LINKS** | **int** | Maximum number of group links | [optional] [default to 3] | ||
**MAX_MANAGEMENT_ROLES** | **int** | Maximum number of management roles in a group | [optional] [default to 5] | ||
**MAX_OWNED** | **int** | Maximum number of groups a user can own | [optional] [default to 5] | ||
**MAX_ROLES** | **int** | Maximum number of roles in a group | [optional] [default to 50] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# VRChat.API.Model.APIConfigConstantsINSTANCE | ||
Instance-related constants | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**POPULATION_BRACKETS** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETS**](APIConfigConstantsINSTANCEPOPULATIONBRACKETS.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VRChat.API.Model.APIConfigConstantsINSTANCEPOPULATIONBRACKETS | ||
Population brackets based on instance population | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**CROWDED** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md) | | [optional] | ||
**FEW** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.md) | | [optional] | ||
**MANY** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
12 changes: 12 additions & 0 deletions
12
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# VRChat.API.Model.APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED | ||
Crowded population range | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Max** | **int** | Maximum population for a crowded instance | [optional] | ||
**Min** | **int** | Minimum population for a crowded instance | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# VRChat.API.Model.APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW | ||
Few population range | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Max** | **int** | Maximum population for a few instance | [optional] | ||
**Min** | **int** | Minimum population for a few instance | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# VRChat.API.Model.APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY | ||
Many population range | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Max** | **int** | Maximum population for a many instance | [optional] | ||
**Min** | **int** | Minimum population for a many instance | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# VRChat.API.Model.APIConfigConstantsLANGUAGE | ||
Language-related constants | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**SPOKEN_LANGUAGE_OPTIONS** | **Dictionary<string, string>** | Supported spoken language options | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# VRChat.API.Model.APIConfigMinSupportedClientBuildNumber | ||
Minimum supported client build number for various platforms | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**AppStore** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**Default** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**Firebase** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**FirebaseiOS** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**GooglePlay** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**PC** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**PicoStore** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**QuestAppLab** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**QuestStore** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**TestFlight** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
**XRElite** | [**PlatformBuildInfo**](PlatformBuildInfo.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# VRChat.API.Model.APIConfigOfflineAnalysis | ||
Whether to allow offline analysis | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Android** | **bool** | Whether to allow offline analysis | [optional] [default to true] | ||
**Standalonewindows** | **bool** | Whether to allow offline analysis | [optional] [default to true] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# VRChat.API.Model.APIConfigReportCategories | ||
Categories available for reporting objectionable content | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Avatar** | [**ReportCategory**](ReportCategory.md) | | | ||
**Behavior** | [**ReportCategory**](ReportCategory.md) | | | ||
**Chat** | [**ReportCategory**](ReportCategory.md) | | | ||
**Environment** | [**ReportCategory**](ReportCategory.md) | | | ||
**Groupstore** | [**ReportCategory**](ReportCategory.md) | | | ||
**Image** | [**ReportCategory**](ReportCategory.md) | | | ||
**Text** | [**ReportCategory**](ReportCategory.md) | | | ||
**Warnings** | [**ReportCategory**](ReportCategory.md) | | | ||
**Worldimage** | [**ReportCategory**](ReportCategory.md) | | | ||
**Worldstore** | [**ReportCategory**](ReportCategory.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# VRChat.API.Model.APIConfigReportReasons | ||
Reasons available for reporting users | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Billing** | [**ReportReason**](ReportReason.md) | | | ||
**Botting** | [**ReportReason**](ReportReason.md) | | | ||
**Cancellation** | [**ReportReason**](ReportReason.md) | | | ||
**Gore** | [**ReportReason**](ReportReason.md) | | | ||
**Hacking** | [**ReportReason**](ReportReason.md) | | | ||
**Harassing** | [**ReportReason**](ReportReason.md) | | | ||
**Hateful** | [**ReportReason**](ReportReason.md) | | | ||
**Impersonation** | [**ReportReason**](ReportReason.md) | | | ||
**Inappropriate** | [**ReportReason**](ReportReason.md) | | | ||
**Leaking** | [**ReportReason**](ReportReason.md) | | | ||
**Malicious** | [**ReportReason**](ReportReason.md) | | | ||
**Missing** | [**ReportReason**](ReportReason.md) | | | ||
**Nudity** | [**ReportReason**](ReportReason.md) | | | ||
**Renewal** | [**ReportReason**](ReportReason.md) | | | ||
**Security** | [**ReportReason**](ReportReason.md) | | | ||
**Service** | [**ReportReason**](ReportReason.md) | | | ||
**Sexual** | [**ReportReason**](ReportReason.md) | | | ||
**Threatening** | [**ReportReason**](ReportReason.md) | | | ||
**Visuals** | [**ReportReason**](ReportReason.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.