Click or drag to resize

GhostPauseMessages Method (ListUInt16)

Stop processing all ghost messages of the given types

Namespace:  ImmerseSDK.Multiplayer
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static void PauseMessages(
	List<ushort> messageTypesToPause
)

Parameters

messageTypesToPause
Type: System.Collections.GenericListUInt16
Message types to pause
See Also