#include <consoleExprEvalState.h>
const char * getStringVariable |
( |
| ) |
|
|
inline |
void pushFrame |
( |
StringTableEntry |
frameName, |
|
|
Namespace * |
ns |
|
) |
| |
void pushFrameRef |
( |
S32 |
stackIndex | ) |
|
Puts a reference to an existing stack frame on the top of the stack.
void setCurVarName |
( |
StringTableEntry |
name | ) |
|
|
inline |
void setCurVarNameCreate |
( |
StringTableEntry |
name | ) |
|
|
inline |
void setFloatVariable |
( |
F64 |
val | ) |
|
|
inline |
void setIntVariable |
( |
S32 |
val | ) |
|
|
inline |
void setStringVariable |
( |
const char * |
str | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- console/consoleExprEvalState.h
- console/compiledEval.cc
- console/consoleExprEvalState.cc