Click or drag to resize

SynthesisSimpleGetProperty Method

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 Nullable<long> GetProperty(
	string key
)

Parameters

key
Type: SystemString

Return Value

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