Search results

  1. A

    Tool Galaxy parser

    You can't be serious! You are using '->' after a struct name, not a pointer. And you say "That did it." Are you truly playing the same Starcraft 2 as mine? My code: struct myStruct { int a; string b; }; void StructTest() { myStruct myStructTest...
  2. A

    Tool Galaxy parser

    Yep just replace "function" with "void".
  3. A

    Tool Galaxy parser

    Oh, come on, that's valid. I have tried this, and it displays "874". I think he just mistyped "function".
  4. A

    Tool Galaxy parser

    Unfortunately, J4f. you were not the first...:D Multidimensional array http://bbs.islga.org/read-htm-tid-38337-fpage-4.html Struct http://bbs.islga.org/read-htm-tid-38341-fpage-4.html Pointer & Function Pointer http://bbs.islga.org/read.php?tid=38425
Top