|
AngelScript
|
Represents a compiler message.
Public Attributes | |
| const char * | section |
| The script section where the message is raised. | |
| int | row |
| The row number. | |
| int | col |
| The column. | |
| asEMsgType | type |
| The type of message. | |
| const char * | message |
| The message text. | |