| 1092 | } |
| 1093 | |
| 1094 | void PiuContent_set_interval(xsMachine *the) |
| 1095 | { |
| 1096 | PiuContent* self = PIU(Content, xsThis); |
| 1097 | #ifdef piuPC |
| 1098 | PiuContentSetInterval(self, xsToNumber(xsArg(0))); |
| 1099 | #else |
| 1100 | PiuContentSetInterval(self, xsToInteger(xsArg(0))); |
| 1101 | #endif |
| 1102 | } |
| 1103 | |
| 1104 | void PiuContent_set_loop(xsMachine *the) |
| 1105 | { |
nothing calls this directly
no test coverage detected