- Joined
- Sep 9, 2007
- Messages
- 6,759
Hello there.
Lets use the 3 ways of fast answering.
Step 1: The Situation.
Step 2: The Description
I have a parent and a chields struct. In the chields struct, I want to use the parents struct, without making it static.
Step 3: Your answer!
Lets use the 3 ways of fast answering.
Step 1: The Situation.
JASS:
struct Parent
boolean test
endstruct
struct Child extends Parent
public method changeTest takes boolean bol returns nothing
// ?? What goes in here
endmethod
endstruct
Step 2: The Description
I have a parent and a chields struct. In the chields struct, I want to use the parents struct, without making it static.
Step 3: Your answer!