Supplies assorted server informations and tools.
More...
Supplies assorted server informations and tools.
Definition at line 16 of file Client_Cursor.cs.
◆ StartBroadcastingMyCursorPosition()
| static bool HamstarHelpers.Services.Network.Client.StartBroadcastingMyCursorPosition |
( |
| ) |
|
|
static |
Begins a broadcast loop (via. Timers) every 1/4 second to tell everyone where the current player's cursor is located.
- Returns
true if loop not already running.
Definition at line 39 of file Client_Cursor.cs.
◆ StopBroadcastingMyCursorPosition()
| static void HamstarHelpers.Services.Network.Client.StopBroadcastingMyCursorPosition |
( |
| ) |
|
|
static |
Ends the current cursor position broadcast loop.
Definition at line 59 of file Client_Cursor.cs.
◆ SubscribeToTileSectionPackets()
◆ TileSectionPacketSubscriber()
| delegate void HamstarHelpers.Services.Network.Client.TileSectionPacketSubscriber |
( |
int |
tileX, |
|
|
int |
tileY, |
|
|
int |
width, |
|
|
int |
height, |
|
|
BinaryReader |
data |
|
) |
| |
- Parameters
-
| tileX | |
| tileY | |
| width | |
| height | |
| data | |
◆ LastKnownCursorPositions
| IReadOnlyDictionary<int, (short X, short Y)> HamstarHelpers.Services.Network.Client.LastKnownCursorPositions |
|
static |
The documentation for this class was generated from the following files: