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 public static long GetProperty(
string key
)
Parameters
- key
- Type: SystemString
Return Value
Type:
Int64value of the element if found in the lookup table, -1 otherwise
See Also