HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

vjass problem

04-17-2007, 09:01 AM#1
MaD[Lion]
Collapse JASS:
//! library A
globals
  private integer A
endglobals

struct A
  method A takes nothing returns nothing
    set A = 10
  endmethod
endstruct
//! endlibrary

i wonder if this is legal. cus it seems like struct A cant reach private integer A.
04-17-2007, 10:32 AM#2
grim001
why wouldn't you test it instead of asking on the forums?
04-17-2007, 10:57 AM#3
Toadcop
Quote:
why wouldn't you test it instead of asking on the forums?

Quote:
PS! When i'm bored i like to play noob
thats why ! + i hope you studing in Verginia Tech... =)
04-17-2007, 12:32 PM#4
MaD[Lion]
Quote:
Originally Posted by grim001
why wouldn't you test it instead of asking on the forums?

I think i tested it ;) thats why i ask if i have done something wrong or is it just not possible

Edit: Oh sorry, i found the problem, i just called wrong struct thats why it seems like it didnt work XD
Someone delete this pls
04-17-2007, 01:00 PM#5
Vexorian
That was very terrible, toadcop.