| 07-01-2009, 09:33 AM | #1 |
Title stated above. Something like this JASS:function interface test take data d returns nothing struct data // whateverstuff and just say that i called the function interface endstruct Or would this work? JASS:function interface test takes otherstruct d returns nothing struct data // whateverstuff and just say that i called the function interface endstruct |
| 07-01-2009, 11:46 AM | #2 | |
Quote:
|
| 07-01-2009, 12:27 PM | #3 |
dont you have to either declare the struct of keyword its name before using it for the interface? |
| 07-01-2009, 01:01 PM | #4 | |
Quote:
|
| 07-01-2009, 01:52 PM | #5 |
Had the same problem too, I fixed it by making the interface take an integer instead. Let me know if you find the cause... |
| 07-01-2009, 06:24 PM | #6 | |
Quote:
|
