LuaHelpers::RunExpressionF

This commit is contained in:
Glenn Maynard
2005-06-16 06:30:33 +00:00
parent 6a8940d5a4
commit cb3f10aabb
6 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,6 @@ public:
void ResetState();
/* Run an expression in the global environment, returning the given type. */
float RunExpressionF( const CString &str );
int RunExpressionI( const CString &str );
bool RunExpressionS( const CString &str, CString &sOut );
@@ -105,6 +104,7 @@ namespace LuaHelpers
/* Run an expression in the global environment, returning the given type. */
bool RunExpressionB( const CString &str );
float RunExpressionF( const CString &str );
template<class T>
void ReadArrayFromTable( vector<T> &aOut, lua_State *L )