Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

windowclick method explaination

NaN

New member
Joined
Aug 4, 2020
Messages
1
Reaction score
0
Points
0
as for example in the cheststealer tutorial, windowclick is used. everytime i want to do something with it i have to skid the method because i dont know the args. anyone wanna explain the two marked args and their different combinations?

Code:
mc.playerController.windowClick(windowID, i, -- this one --, -- this one --, mc.thePlayer);
 
as for example in the cheststealer tutorial, windowclick is used. everytime i want to do something with it i have to Nero the method because i dont know the args. anyone wanna explain the two marked args and their different combinations?

Code:
mc.playerController.windowClick(windowID, i, -- this one --, -- this one --, mc.thePlayer);
The first one I don't know, always used 1 there.
The second one is the ClickType (example: ClickType.THROW)
 
Last edited:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top