IUser |
public interface IUserDataStore
The IUserDataStore type exposes the following members.
Name | Description | |
---|---|---|
![]() | Load | Load all data now. |
![]() | LoadControllerData(ControllerType, Int32) | Load all data for a specific controller. Does not load Player data. |
![]() | LoadControllerData(Int32, ControllerType, Int32) | Load all data for a specific controller for a Player. |
![]() | LoadInputBehavior | Load all data for a specific InputBehavior for a Player. |
![]() | LoadPlayerData | Load all data for a specific Player. |
![]() | Save | Save all data now. |
![]() | SaveControllerData(ControllerType, Int32) | Save all data for a specific controller. Does not save Player data. |
![]() | SaveControllerData(Int32, ControllerType, Int32) | Save all data for a specific controller for a Player. |
![]() | SaveInputBehavior | Save all data for a specific InputBehavior for a Player. |
![]() | SavePlayerData | Save all data for a specific Player. |