Click or drag to resize

IUserDataStoreLoadPlayerData Method

Load all data for a specific Player.

Namespace: Rewired.Interfaces
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void LoadPlayerData(
	int playerId
)

Parameters

playerId  Int32
Player id
See Also