bind StyleType
This commit is contained in:
@@ -302,6 +302,7 @@ static const char *StyleTypeNames[] = {
|
|||||||
};
|
};
|
||||||
XToString( StyleType, NUM_StyleType );
|
XToString( StyleType, NUM_StyleType );
|
||||||
StringToX( StyleType );
|
StringToX( StyleType );
|
||||||
|
LuaXType( StyleType );
|
||||||
|
|
||||||
|
|
||||||
static const char *GoalTypeNames[] = {
|
static const char *GoalTypeNames[] = {
|
||||||
|
|||||||
@@ -397,6 +397,7 @@ enum StyleType
|
|||||||
};
|
};
|
||||||
const RString& StyleTypeToString( StyleType s );
|
const RString& StyleTypeToString( StyleType s );
|
||||||
StyleType StringToStyleType( const RString& s );
|
StyleType StringToStyleType( const RString& s );
|
||||||
|
LuaDeclareType( StyleType );
|
||||||
|
|
||||||
|
|
||||||
enum GoalType
|
enum GoalType
|
||||||
|
|||||||
Reference in New Issue
Block a user