Difference between revisions of "Error messages"
From Adventure Game Studio | Wiki
Jump to navigationJump to search*>SSH m |
m (Stub'd) |
||
Line 5: | Line 5: | ||
This just means you called a function before you used it. Move the function call after the function declaration. It may be that this particular message only occurs if your function is imported in a struct in the module/global header. | This just means you called a function before you used it. Move the function call after the function declaration. It may be that this particular message only occurs if your function is imported in a struct in the module/global header. | ||
− | + | {{stub}} |
Latest revision as of 14:02, 14 December 2006
Some error messages are a bit cryptic. This article will explain all, or at least some:
Already referenced name as import
This just means you called a function before you used it. Move the function call after the function declaration. It may be that this particular message only occurs if your function is imported in a struct in the module/global header.
This article is a stub. You can help by expanding it. |