Click or drag to resize

SynthesisGetProperty Method (String)

Attempts to get a property by its name using the lookup table

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

Parameters

key
Type: SystemString

Return Value

Type: Int64
value of the element if found in the lookup table, -1 otherwise
See Also