Space Engineers
Public Member Functions | List of all members
Sandbox.Game.Multiplayer.MyPerPlayerData Class Reference

Public Member Functions

 MyPerPlayerData ()
 
void SetPlayerData< T > (PlayerId playerId, MyStringId dataId, T data)
 
GetPlayerData< T > (PlayerId playerId, MyStringId dataId, T defaultValue)
 

Detailed Description

Definition at line 13 of file MyPerPlayerData.cs.

Constructor & Destructor Documentation

Sandbox.Game.Multiplayer.MyPerPlayerData.MyPerPlayerData ( )
inline

Definition at line 17 of file MyPerPlayerData.cs.

Member Function Documentation

T Sandbox.Game.Multiplayer.MyPerPlayerData.GetPlayerData< T > ( PlayerId  playerId,
MyStringId  dataId,
defaultValue 
)
inline

Definition at line 28 of file MyPerPlayerData.cs.

void Sandbox.Game.Multiplayer.MyPerPlayerData.SetPlayerData< T > ( PlayerId  playerId,
MyStringId  dataId,
data 
)
inline

Definition at line 22 of file MyPerPlayerData.cs.


The documentation for this class was generated from the following file: