C-DEngine 5.105

TSM..::..SetToCloudOnly Method

If set to true, this message will only be sent via the cloud. Use this for system messages that only need to be sent to clients connected via the cloud

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetToCloudOnly(
	bool how
)
Public Sub SetToCloudOnly ( _
	how As Boolean _
)
public:
void SetToCloudOnly(
	bool^ how
)

Parameters

how
Type: Boolean