SetPadShake
DocsSetPadShake(padIndex, duration, frequency)Description
p0 always seems to be 0
duration in milliseconds
frequency should range from about 10 (slow vibration) to 255 (very fast)
example:
SET_PAD_SHAKE(0, 100, 200);
Parameters
| Name | Type | Description |
|---|---|---|
padIndex | int | — |
duration | int | — |
frequency | int | — |
Returns
voidThis native does not return a value.