[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
+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 );