Can Do (SceneHammer)
Used in: Can Do, Remix 4, Remix 8, Can Do 2, Remix 13, Remix 17, Remix 19, Remix 20
Commands
FUN_71001ab410(landTicks, throw, hitTicks) - Red Can
Function address: 0x71001ab410
Usage - to be added when tools are developed
Spawns a red can.
| Argument | Type | Description |
|---|---|---|
landTicks | int | If the can is thrown, the timing of the can landing. - If this is positive, this is the ticks before the hit position. - If this is negative, this is the ticks after the start of the conveyor belt. |
throw | bool | Whether the can should be thrown or not. |
hitTicks | bool | How many ticks from spawning until the can should be hit. |
FUN_71001abcb0(landTicks, throw, hitTicks) - Blue Can
Function address: 0x71001abcb0
Usage - to be added when tools are developed
Spawns a blue can.
| Argument | Type | Description |
|---|---|---|
landTicks | int | If the can is thrown, the timing of the can landing. - If this is positive, this is the ticks before the hit position. - If this is negative, this is the ticks after the start of the conveyor belt. |
throw | bool | Whether the can should be thrown or not. |
hitTicks | bool | How many ticks from spawning until the can should be hit. |