Search:

Type: Posts; User: beennn

Search: Search took 0.08 seconds.

  1. Re: putting a non static variable in a static variable

    I attempted to make an instance of the Skill class which contains the variables, however I was getting "The constructor Skill() is undefined"
  2. Re: putting a non static variable in a static variable

    I'd like to be able to access xp in another class
  3. putting a non static variable in a static variable

    I am trying to move the content of xp to skillXp, and I am getting this error "Cannot make a static reference to the non-static field xp"

    How can I put the contents of non static var xp, into...
Results 1 to 3 of 3