IFreezableConnector ​
A connector that can freeze memory.
Kind: Interface
Namespace: ConnectorLib
Public Member Functions
virtual
bool
Freeze(ulong address, ulong value, byte size, WriteType writeType = WriteValue)
Freezes an unsigned 32-bit value on the game system.
abstract virtual
bool
Freeze(ulong address, ulong value, byte size, WriteType writeType, ulong cmpAddress, ulong cmpValue, byte cmpSize, CompareType cmpType)
Freezes an unsigned 32-bit value on the game system.
abstract virtual
bool
Freeze(ulong address, ulong value, ulong mask, byte size, WriteType writeType, ulong cmpAddress, ulong cmpValue, byte cmpSize, CompareType cmpType)
Freezes an unsigned 32-bit value on the game system.
abstract virtual
bool
Unfreeze(ulong address)
Unfreezes an address on the game system.
