Jump to content

Need a drop.all (log) method


Recommended Posts

Posted (edited)

 

 

 

Why do all these noob scripters use this.client.blabla

 

instead of client.blabla

Lol, lookup the 'this' keyword...

 

Sorry for double quote smile.png but, You are suposed to use this when you have a param of the same name not whenever you want.

 

Got a example????

EHm not sure if you are serious but eh i will post one:

public final class Example {
private String text;
 
public Example(String text) {
this.text = text;
}
}
Code is ugly since i did it on the quote but w.e

 

Edited by danimals
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...