Skip to content

Commit a0dcfe8

Browse files
update Open Source Docs from Roblox internal teams
1 parent d1be867 commit a0dcfe8

File tree

6 files changed

+21
-149
lines changed

6 files changed

+21
-149
lines changed

content/common/navigation/engine/reference.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -695,11 +695,6 @@ navigation:
695695
type: engineapi
696696
source: /reference/engine/classes/CustomEventReceiver.yaml
697697
ignoreTranslation: true
698-
- title: CustomLog
699-
path: /reference/engine/classes/CustomLog
700-
type: engineapi
701-
source: /reference/engine/classes/CustomLog.yaml
702-
ignoreTranslation: true
703698
- title: CylinderHandleAdornment
704699
path: /reference/engine/classes/CylinderHandleAdornment
705700
type: engineapi

content/en-us/reference/engine/classes/CreatorStoreService.yaml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,48 +12,6 @@ tags:
1212
- Service
1313
deprecation_message: ''
1414
properties: []
15-
methods:
16-
- name: CreatorStoreService:GetAssetInfoAsync
17-
summary: ''
18-
description: ''
19-
code_samples: []
20-
parameters:
21-
- name: assetId
22-
type: int64
23-
default:
24-
summary: ''
25-
returns:
26-
- type: Dictionary
27-
summary: ''
28-
tags:
29-
- Yields
30-
deprecation_message: ''
31-
security: RobloxScriptSecurity
32-
thread_safety: Unsafe
33-
capabilities: []
34-
writeCapabilities: []
35-
- name: CreatorStoreService:GetCreatorStoreProductInfoAsync
36-
summary: ''
37-
description: ''
38-
code_samples: []
39-
parameters:
40-
- name: productTargetId
41-
type: int64
42-
default:
43-
summary: ''
44-
- name: assetType
45-
type: string
46-
default:
47-
summary: ''
48-
returns:
49-
- type: Dictionary
50-
summary: ''
51-
tags:
52-
- Yields
53-
deprecation_message: ''
54-
security: RobloxScriptSecurity
55-
thread_safety: Unsafe
56-
capabilities: []
57-
writeCapabilities: []
15+
methods: []
5816
events: []
5917
callbacks: []

content/en-us/reference/engine/classes/CustomLog.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

content/en-us/reference/engine/classes/MarketplaceService.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,8 @@ callbacks:
14561456
transaction.
14571457
- `CurrencyType` — The type of currency spent in the purchase;
14581458
always `Enum.CurrencyType.Robux`.
1459+
- `Enum.ProductPurchaseChannel` — An enum that represents
1460+
how the user acquired the developer product.
14591461
returns:
14601462
- type: ProductPurchaseDecision
14611463
summary: |

content/en-us/reference/engine/classes/StarterGui.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,6 @@ properties:
166166
capabilities:
167167
- UI
168168
writeCapabilities: []
169-
- name: StarterGui.StudioInsertWidgetLayerCollectorAutoLinkStyleSheet
170-
summary: ''
171-
description: ''
172-
code_samples: []
173-
type: StyleSheet
174-
tags:
175-
- Hidden
176-
deprecation_message: ''
177-
security:
178-
read: RobloxScriptSecurity
179-
write: RobloxScriptSecurity
180-
thread_safety: ReadSafe
181-
category: Data
182-
serialization:
183-
can_load: true
184-
can_save: true
185-
capabilities:
186-
- UI
187-
writeCapabilities: []
188169
- name: StarterGui.VirtualCursorMode
189170
summary: ''
190171
description: ''
Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,40 @@
11
name: ProductPurchaseChannel
22
type: enum
3-
summary: ''
4-
description: ''
3+
summary: |
4+
Enum which works with `Class.MarketplaceService` to represent how the
5+
user acquired the developer product.
6+
description: |
7+
The `ProductPurchaseChannel` enum works with `Class.MarketplaceService` and
8+
represents how the user acquired the developer product.
59
code_samples: []
610
tags: []
711
deprecation_message: ''
812
items:
913
- name: InExperience
10-
summary: ''
14+
summary: |
15+
The purchase was made inside of an experience.
1116
value: 1
1217
tags: []
1318
deprecation_message: ''
1419
- name: ExperienceDetailsPage
15-
summary: ''
20+
summary: |
21+
The purchase was made outside of an experience, on the **Store** tab of
22+
the experience details page.
1623
value: 2
1724
tags: []
1825
deprecation_message: ''
1926
- name: AdReward
20-
summary: ''
27+
summary: |
28+
The product was rewarded to the user when they watched a video ad to
29+
completion.
2130
value: 3
2231
tags: []
2332
deprecation_message: ''
2433
- name: CommerceProduct
25-
summary: ''
34+
summary: |
35+
The user acquired the product as a benefit of purchasing commerce
36+
merchandise from the developer of the experience.
2637
value: 4
2738
tags: []
2839
deprecation_message: ''
40+

0 commit comments

Comments
 (0)