DataManagerFindChangedT Method |
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void FindChanged<T>(
IntPtr obj1,
IntPtr obj2,
int length,
T value1,
T value2
)
where T : struct, new()
Parameters
- obj1
- Type: SystemIntPtr
- obj2
- Type: SystemIntPtr
- length
- Type: SystemInt32
- value1
- Type: T
- value2
- Type: T
Type Parameters
- T
See Also