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

Can't find "PUSH BUTTON" in API

NT13

New Member
Joined
Mar 8, 2017
Messages
7
Reaction score
0
Hello. I can't find in EB API "PUSH THE BUTTON" command.
I found "LokiPoe.Input.ReleaseRMB()" and "LokiPoe. Input.ClickLMB". But how names any "PUSH-NOT-RELEASE" (no matter for mouse or keyboard) ? Or "CLICK" it is "PUSH" and so I'm just doing somthing wrong in my nooby code editing? And if we have not "PUSH" it is possible to make it?

I'm trying to make SRS routine with "PUSH till X Raging Spirits spawns, then RELEASE".
 
You'll want to use LokiPoe.InGameState.SkillBarHud.BeginUseAt/LokiPoe.InGameState.SkillBarHud.BeginUse to achieve what you are asking for skill using.

Then, make sure to LokiPoe.ProcessHookManager.ClearAllKeyStates() after you're done at some later time before trying to use another skill.
 
Back
Top