Click or drag to resize

SynthesisGetProperty Method (Int32)

Attempts to get a property by it's index

Namespace:  ff14bot.RemoteWindows
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static long GetProperty(
	int key
)

Parameters

key
Type: SystemInt32

Return Value

Type: Int64
value of the element if the window is open, -1 otherwise
See Also