Clear the function offset.
| 159 | |
| 160 | /// Clear the function offset. |
| 161 | void clearFunctionOffset() |
| 162 | { |
| 163 | //Con::printf("StringStack mFunctionOffset = 0 (from %i)", mFunctionOffset); |
| 164 | mFunctionOffset = 0; |
| 165 | } |
| 166 | |
| 167 | /// Set a string value on the top of the stack. |
| 168 | void setStringValue(const char *s) |
no outgoing calls
no test coverage detected