Interact..::..InteractGameObject Method (UInt32, Boolean, Boolean, Boolean)
Namespace:
wManager.Wow.Helpers
Assembly: wManager (in wManager.dll)
Assembly: wManager (in wManager.dll)
Syntax
public static bool InteractGameObject( uint baseAddress, bool stopMove, bool skipWaitTime, bool dismountBeforeIneract )
Public Shared Function InteractGameObject ( _ baseAddress As UInteger, _ stopMove As Boolean, _ skipWaitTime As Boolean, _ dismountBeforeIneract As Boolean _ ) As Boolean
public: static bool^ InteractGameObject( unsigned int^ baseAddress, bool^ stopMove, bool^ skipWaitTime, bool^ dismountBeforeIneract )
Parameters
- baseAddress
- Type: UInt32
The GetBaseAddress.
- stopMove
- Type: Boolean
if set to true stop move.
- skipWaitTime
- Type: Boolean
if set to true don't wait after interact (by default bot wait latency time).
- dismountBeforeIneract
- Type: Boolean
if set to true dismount before interact.