#include <sml.h>
Public Attributes | |
| void * | parent |
| void * | ptr |
| SMLCLASSMEMBER * | member |
| int | IsTempMem |
thing.color.red = 0
If thing.color just put a copy of the color on the stack, then setting the red componant of that temporary copy of the color wouldn't do much. The class stack allows SML to keep track of where the temp color came from, so that if "thing" allows "color" to be set, the above example would modify the temporary copy of color, then set thing.color.
Definition at line 5270 of file sml.h.
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4-20031026