[LuaManager] Added ProductFamily() Lua binding.

This commit is contained in:
AJ Kelly
2011-12-22 12:19:50 -06:00
parent 7ba9e06ebf
commit 046b30484b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ ________________________________________________________________________________
StepMania 5.0 $next | 20111xxx
--------------------------------------------------------------------------------
2011/12/22
----------
* [LuaManager] Added ProductFamily() Lua binding. [AJ]
2011/12/17
----------
* [Various] Allow loading of *.jpeg in addition to *.jpg. [AJ]
+1
View File
@@ -962,6 +962,7 @@ void LuaHelpers::PushValueFunc( lua_State *L, int iArgs )
}
#include "ProductInfo.h"
LuaFunction( ProductFamily, (RString) PRODUCT_FAMILY );
LuaFunction( ProductVersion, (RString) PRODUCT_VER );
LuaFunction( ProductID, (RString) PRODUCT_ID );