#include <workarounds.h>
Public Attributes | |
SciGameId | gameId |
int | roomNr |
int | scriptNr |
int16 | inheritanceLevel |
const char * | objectName |
const char * | methodName |
const uint16 * | localCallSignature |
int | fromIndex |
int | toIndex |
SciWorkaroundSolution | newValue |
A structure describing a 'workaround' for a SCI script bug.
Arrays of SciWorkaroundEntry instances are terminated by a fake entry in which "objectName" is NULL.