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

Public Member Functions

void RequestSaveEntityCameraSettings (PlayerId pid, long entityId, bool isFirstPerson, double distance, float headAngleX, float headAngleY)
 
bool ContainsPlayer (PlayerId pid)
 
bool TryGetCameraSettings (PlayerId pid, long entityId, out MyEntityCameraSettings cameraSettings)
 
void LoadCameraCollection (MyObjectBuilder_Checkpoint checkpoint)
 
void SaveCameraCollection (MyObjectBuilder_Checkpoint checkpoint)
 
void SaveEntityCameraSettings (PlayerId pid, long entityId, bool isFirstPerson, double distance, float headAngleX, float headAngleY, bool sync=true)
 
void SaveEntityCameraSettingsLocally (PlayerId pid, long entityId, bool isFirstPerson, double distance, float headAngleX, float headAngleY)
 

Detailed Description

Definition at line 51 of file MyCameraCollection.cs.

Member Function Documentation

bool Sandbox.Game.Multiplayer.MyCameraCollection.ContainsPlayer ( PlayerId  pid)
inline

Definition at line 74 of file MyCameraCollection.cs.

void Sandbox.Game.Multiplayer.MyCameraCollection.LoadCameraCollection ( MyObjectBuilder_Checkpoint  checkpoint)
inline

Definition at line 150 of file MyCameraCollection.cs.

void Sandbox.Game.Multiplayer.MyCameraCollection.RequestSaveEntityCameraSettings ( PlayerId  pid,
long  entityId,
bool  isFirstPerson,
double  distance,
float  headAngleX,
float  headAngleY 
)
inline

Definition at line 53 of file MyCameraCollection.cs.

void Sandbox.Game.Multiplayer.MyCameraCollection.SaveCameraCollection ( MyObjectBuilder_Checkpoint  checkpoint)
inline

Definition at line 186 of file MyCameraCollection.cs.

void Sandbox.Game.Multiplayer.MyCameraCollection.SaveEntityCameraSettings ( PlayerId  pid,
long  entityId,
bool  isFirstPerson,
double  distance,
float  headAngleX,
float  headAngleY,
bool  sync = true 
)
inline

Definition at line 235 of file MyCameraCollection.cs.

void Sandbox.Game.Multiplayer.MyCameraCollection.SaveEntityCameraSettingsLocally ( PlayerId  pid,
long  entityId,
bool  isFirstPerson,
double  distance,
float  headAngleX,
float  headAngleY 
)
inline

Definition at line 249 of file MyCameraCollection.cs.

bool Sandbox.Game.Multiplayer.MyCameraCollection.TryGetCameraSettings ( PlayerId  pid,
long  entityId,
out MyEntityCameraSettings  cameraSettings 
)
inline

Definition at line 128 of file MyCameraCollection.cs.


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