NetworkBuyFairgroundRide
DocsNetworkBuyFairgroundRide(amountSpent, p1, p2, p3)Description
The first parameter is the amount spent which is store in a global when this native is called. The global returns 10. Which is the price for both rides.
The last 3 parameters are,
2,0,1 in the am_ferriswheel.c
1,0,1 in the am_rollercoaster.c
Parameters
| Name | Type | Description |
|---|---|---|
amountSpent | int | — |
p1 | Any | — |
p2 | BOOL | — |
p3 | BOOL | — |
Returns
voidThis native does not return a value.