|
| 07 Aug 2014 11:09 AM |
what does
private X x;
and
private A[] b;
mean?
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:11 AM |
*private A[] a;
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:14 AM |
bump
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:26 AM |
bumper cars
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:29 AM |
if I can't get an answer here, could I at least be informed of a place where I can?
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
lo3124
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 91 |
|
|
| 07 Aug 2014 11:34 AM |
Hello.
[private X x;] [private A[] b;]
99.3% of ROBLOXian non-administrators wouldn't know this question. Nor do I. Do a google search. |
|
|
| Report Abuse |
|
|
lo3124
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 91 |
|
|
| 07 Aug 2014 11:34 AM |
| Also if you get a virus google bleeping computer |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:35 AM |
its A + B + X
totally legit answer
|
|
|
| Report Abuse |
|
|
Stonixx
|
  |
| Joined: 05 Jun 2010 |
| Total Posts: 2781 |
|
| |
|
|
| 07 Aug 2014 11:36 AM |
"Do a google search."
yeah I should really google something I don't know the name of and spend hours googling the same code just with different variable names to see if it yields result
"Also if you get a virus google bleeping computer"
this is java code you dolt
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Aug 2014 11:38 AM |
"99.3% of ROBLOXian non-administrators wouldn't know this question."
except a lot of people in roblox are into coding, so a lot more than .7% would know
"Nor do I."
then why did you respond you dumbass
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:39 AM |
> trying to sound intelligent by patronising other users
gg
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:41 AM |
Ok,
It's where the boy puts his A sideways, and puts it into the girl's X. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:43 AM |
| How about you go on some tech forum instead of this dump |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:51 AM |
because I get told "LEL SCRUB UR NET AS COOL AS ME"
ot has actually helped me in the best
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:57 AM |
| Im confused, what are you trying to code? All i see on your profile is a cframed red arrow. Please do explain further details |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 11:58 AM |
| Is this an off site project, i'm honestly curious on this |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 12:15 PM |
"Is this an off site project, i'm honestly curious on this"
> title shows that its about java
"what are you trying to code"
> I'm reading the code of a particular game notch made for a ludum dare contest
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
Kilatho
|
  |
| Joined: 10 Feb 2011 |
| Total Posts: 1795 |
|
|
| 07 Aug 2014 12:17 PM |
| For basic Java Programming, there are free online books/forums you can scroll through and or do a search of the first line of code in that function. It should lead you someplace close to your answer. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 12:19 PM |
"first line of code"
> only one line of code
"in that function"
> not even a function
"there are free online books/forums you can scroll through"
oh wow I never knew that thanks for your help 10/10 would ask again
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
Kilatho
|
  |
| Joined: 10 Feb 2011 |
| Total Posts: 1795 |
|
|
| 07 Aug 2014 12:23 PM |
| Actually for your first post on the thread there were multiple lines a.k.a, going in a vertical format, so dont try and correct that , and it clearly has some purpose so it is a function just like everything else. Don't give me an attitude when I am trying to help. This is why everyone is mean online because you try and help, and they just bite your head off. Good day. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 12:27 PM |
i think its removing the variables, but im not sure
odnarb and 4muscles :^) - http://www.roblox.com/Forum/ShowPost.aspx?PostID=134362484 |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 12:28 PM |
"private X x;
and
private A[] b;"
"Actually for your first post on the thread there were multiple lines a.k.a, going in a vertical format, so dont try and correct that ,"
uhhh
they're two different lines of code, not vertical format
I posted
""private X x;
AND
private A[] b;""
not
"private X x;
private A[] b;"
"and it clearly has some purpose so it is a function just like everything else"
so therefore every line of code is a function because it "has some purpose"
it's declaring something, but I'm not sure what, I'll post the full code later
point is, it's not
"Don't give me an attitude when I am trying to help. This is why everyone is mean online because you try and help, and they just bite your head off."
but you're being incredibly dense and actually know nothing about the subject which you are talking about
"Good day."
kbai
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 12:30 PM |
it's from two different files, one from sound.java
" public static class Clips { public Clip[] clips; private int p; private int count;"
but to make it easier for you I changed it to "private X x;" instead of "public Clip[] clips;"
I'm trying to find the other part hang on
add ~3500 to my post count because it totally matters |
|
|
| Report Abuse |
|
|