DataManagerFindSameT Method |
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void FindSame<T>(
IntPtr[] pointers,
int length = 4096,
bool ignoreZero = true
)
where T : struct, new()
Parameters
- pointers
- Type: SystemIntPtr
- length (Optional)
- Type: SystemInt32
- ignoreZero (Optional)
- Type: SystemBoolean
Type Parameters
- T
See Also