1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Only Right-Click Interact

Discussion in 'Development' started by HyperEnte, Mar 5, 2021.

  1. HyperEnte

    HyperEnte Creeper

    Messages:
    3
    GitHub:
    hyperente
    Hey, how can I check on the interact event if the player is using right click?
     
    Primus likes this.
  2. HyperEnte

    HyperEnte Creeper

    Messages:
    3
    GitHub:
    hyperente
    I got it now
    PHP:
    if($event->getAction() == PlayerInteractEvent::RIGHT_CLICK_AIR){}
    (For those who have the same problem)
     
    DavyCraft648 and Primus like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.