Skip to content

AssignInputSlotToDevice

Note

This function only exists in RSDKv5U.

Description

Assigns a player to an input device.

Parameters

inputSlot

The player ID to assign.

deviceID

The input device ID to assign to the player.

Return Value

None.

Syntax

AssignInputSlotToDevice(int inputSlot, int deviceID)

Example

AssignInputSlotToDevice(1, arrayPos0)