What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

WoWObject.get_InLineOfSight vs WoWObject.get_InLineOfSightOCD

exemplar

New Member
Joined
Mar 16, 2010
Messages
167
Reaction score
32
What is the difference between these two functions? I disassembled them only to find they appear to be identical, but perhaps I missed something?
 
What is the difference between these two functions? I disassembled them only to find they appear to be identical, but perhaps I missed something?

Firstly, we request that you not disassemble the binaries.

Secondly; the OCD version is more of an internal function (use at your own risk). It basically does a TraceLine call with different flags. (More hit tests are performed than the regular InLineOfSight property gives)

Note: it may not always return correctly, as the flags ARE different. Hence "use at your own risk".
 
Back
Top