Click or drag to resize

TripleTriadCardsT Method

Gets the active playing cards Takes a generic so the card struct can be maintained outside the main bot

Namespace:  ff14bot.RemoteWindows
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static T[] Cards<T>()
where T : struct, new()

Type Parameters

T

Return Value

Type: T
See Also