Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RemoveGame()

void ReLogic.Peripherals.RGB.SteelSeries.GameSenseConnection.RemoveGame ( string name)
inline

Definition at line 153 of file GameSenseConnection.cs.

154 {
155 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
156 //IL_0012: Expected O, but got Unknown
157 //IL_0019: Unknown result type (might be due to invalid IL or missing references)
158 //IL_0023: Expected O, but got Unknown
159 GameName = name.ToUpper();
160 QueueMsgRemoveGame queueMsgRemoveGame = new QueueMsgRemoveGame();
161 ((QueueMsg)queueMsgRemoveGame).data = (object)new Game(GameName);
162 _mMsgQueue.PEnqueue((QueueMsg)(object)queueMsgRemoveGame);
163 }

References ReLogic.Peripherals.RGB.SteelSeries.GameSenseConnection._mMsgQueue, and ReLogic.Peripherals.RGB.SteelSeries.GameSenseConnection.GameName.