Click or drag to resize

TripleTriadPlayCard Method

Command to play a card in Triple Triad.

Namespace:  ff14bot.RemoteWindows
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void PlayCard(
	uint card,
	uint slot
)

Parameters

card
Type: SystemUInt32
The card you want to play, zero based, left to right, top to bottom.
slot
Type: SystemUInt32
The slot you want to play the card in on the board, zero based, left to right, top to bottom.
See Also