Click or drag to resize
GeneralRulesSetMessageDismissal Method
Determines which player and which button will dismiss newly created messages.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void SetMessageDismissal(
	GeneralRulesButtonSpecifier DismissButton,
	int Player
)

Parameters

DismissButton
Type: (Default Namespace)GeneralRulesButtonSpecifier
Which of the player's buttons will dismiss the message
Player
Type: SystemInt32
Player number 1 to 4
See Also