CellCamMoveFinger — FiveM Natives
0x95C9E72F3D7DEC9B · MOBILE · all
Moves the character's finger in a swiping motion when holding a cellphone in their hand through the use of the CREATE_MOBILE_PHONE native. ``cpp enum eCellInput { CELL_INPUT_NONE = 0, CELL_INPUT_UP = 1, CELL_INPUT_DOWN = 2, CELL_INPUT_LEFT = 3, CELL_INPUT_RIGHT = 4, CELL_INPUT_SELECT = 5 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| direction | int | The direction to swipe to, refer to `eCellInput` enum. |
Returns
void