Click or drag to resize

ReInputPlayerHelperGetPlayer Method (Int32)

Gets a Player at a specific id

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Player GetPlayer(
	int playerId
)

Parameters

playerId
Type: SystemInt32
The id of the player

Return Value

Type: Player
Player with id
See Also