PowerHorse Engine
Preparing search index...
@mekstuff-rbxts/gacha
GachaRegisterItem
Type Alias GachaRegisterItem<T>
type
GachaRegisterItem
<
T
extends
"pass"
|
"product"
=
"pass"
|
"product"
>
=
{
bundle
?:
(
GachaPass
|
number
|
string
)
[]
;
gift
?:
(
GachaProduct
|
number
|
string
)
[]
;
id
:
number
|
string
;
name
?:
string
;
onReady
?:
(
GachaPass
:
T
extends
"pass"
?
GachaPass
:
GachaProduct
)
=>
void
;
processProductReceipt
?:
(
receiptInfo
:
ReceiptInfo
,
processedByGacha
:
boolean
,
)
=>
Enum.ProductPurchaseDecision
;
proxypass
?:
boolean
;
requirespasses
?:
(
GachaPass
|
number
|
string
)
[]
;
type
:
T
;
}
Type Parameters
T
extends
"pass"
|
"product"
=
"pass"
|
"product"
Index
Properties
bundle?
gift?
id
name?
on
Ready?
process
Product
Receipt?
proxypass?
requirespasses?
type
Properties
Optional
bundle
bundle
?:
(
GachaPass
|
number
|
string
)
[]
Optional
gift
gift
?:
(
GachaProduct
|
number
|
string
)
[]
id
id
:
number
|
string
Optional
name
name
?:
string
Optional
on
Ready
onReady
?:
(
GachaPass
:
T
extends
"pass"
?
GachaPass
:
GachaProduct
)
=>
void
Optional
process
Product
Receipt
processProductReceipt
?:
(
receiptInfo
:
ReceiptInfo
,
processedByGacha
:
boolean
,
)
=>
Enum.ProductPurchaseDecision
Optional
proxypass
proxypass
?:
boolean
Is it a DeveloperProduct disguised as a GamePass?
Optional
requirespasses
requirespasses
?:
(
GachaPass
|
number
|
string
)
[]
type
type
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bundle
gift
id
name
on
Ready
process
Product
Receipt
proxypass
requirespasses
type
PowerHorse Engine
Loading...
Is it a DeveloperProduct disguised as a GamePass?