| 261 | //------------------------------------------------------------ |
| 262 | |
| 263 | inline S32 ExprEvalState::getIntVariable() |
| 264 | { |
| 265 | return currentVariable ? currentVariable->getIntValue() : 0; |
| 266 | } |
| 267 | |
| 268 | inline F64 ExprEvalState::getFloatVariable() |
| 269 | { |