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

IsValid property on WoWObject

Plastictiller

New Member
Joined
Mar 16, 2012
Messages
59
Reaction score
1
What does this mean exactly? When I start my Custom Bot, I'm noticing that a player that I set into a variable that later goes into an instance (Still returns IsValid = true), but when exiting the instance I find the IsValid property to equal false? Is there a refresh or anything that I can do in this case? If IsValid is false, can I not access any of it's other methods?
 
IsValid checks if the object is valid as far as HB's object manager is concerned. (As well as a flag that WoW sets for "disabled" objects)
 
I tried ObjectManager.Update and my player was still returning IsValid = false. The player was right next to me in game, same guid, I'm not sure how to proceed.
 
Back
Top