[This is preliminary documentation and is subject to change.]

The PlayerClickedEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Action
Whether the player is building a block (right-click) or deleting it (left-click).
Block
Block type that the player is currently holding.
Coords
Click coordinates, in terms of blocks.
Player
Player who has just clicked.

See Also