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

What is ff14bot.Objects.Pet.LockTimer?

newb23

Community Developer
Joined
Nov 26, 2014
Messages
397
Reaction score
15
http://i.imgur.com/eXzx7ng.png

Good morning, I was just poking around API today, and ran across this little snippet of code, and was wondering, what is it?

It looks to be just a timer, but, if that's all it is, why have it declared here, rather than building your own and using that?

Does it have other functionality built in, such as checking PetAction cooldown, or a prevention for doublecasting, or...what? Heh.

I see also that there is another for ff14bot.Managers.Actionmanager.LockTimer, is this the same? (Assuming again, possible doublecast/spam prevention?)

Thanks!
 
http://i.imgur.com/eXzx7ng.png

Good morning, I was just poking around API today, and ran across this little snippet of code, and was wondering, what is it?

It looks to be just a timer, but, if that's all it is, why have it declared here, rather than building your own and using that?

Does it have other functionality built in, such as checking PetAction cooldown, or a prevention for doublecasting, or...what? Heh.

I see also that there is another for ff14bot.Managers.Actionmanager.LockTimer, is this the same? (Assuming again, possible doublecast/spam prevention?)

Thanks!

It is a timer, and it is our own. It's part of the actionmanager/petmanager action cache.
 
Thank you for the reply! I was just curious if it like a built in lock to avoid casting petspells for it's duration, and whether or not I could extend it/retract it and it would change the base "delay" or not.

Thanks!
 
Back
Top