Click or drag to resize
SvMsgSet Method
Sets the default message associated with an identifier.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static bool Set(
	int id,
	string message
)

Parameters

id
Type: SystemInt32
The identifier.
message
Type: SystemString
The message.

Return Value

Type: Boolean
true if id <= MAX_ID, false otherwise.
See Also