Remove UndocumentedFeature lua function. It has no legitimate purpose and just crashes with a message.
This commit is contained in:
@@ -191,7 +191,6 @@
|
|||||||
<Function name='Trace'/>
|
<Function name='Trace'/>
|
||||||
<Function name='TrailToCustomDifficulty'/>
|
<Function name='TrailToCustomDifficulty'/>
|
||||||
<Function name='URLEncode'/>
|
<Function name='URLEncode'/>
|
||||||
<Function name='UndocumentedFeature'/>
|
|
||||||
<Function name='UnlockRewardTypeToLocalizedString'/>
|
<Function name='UnlockRewardTypeToLocalizedString'/>
|
||||||
<Function name='update_centering'/>
|
<Function name='update_centering'/>
|
||||||
<Function name='Var'/>
|
<Function name='Var'/>
|
||||||
|
|||||||
@@ -2436,8 +2436,6 @@ LuaFunction( mbstrlen, (int)RStringToWstring(SArg(1)).length() )
|
|||||||
LuaFunction( URLEncode, URLEncode( SArg(1) ) );
|
LuaFunction( URLEncode, URLEncode( SArg(1) ) );
|
||||||
LuaFunction( PrettyPercent, PrettyPercent( FArg(1), FArg(2) ) );
|
LuaFunction( PrettyPercent, PrettyPercent( FArg(1), FArg(2) ) );
|
||||||
//LuaFunction( IsHexVal, IsHexVal( SArg(1) ) );
|
//LuaFunction( IsHexVal, IsHexVal( SArg(1) ) );
|
||||||
static bool UndocumentedFeature( RString s ){ sm_crash(s); return true; }
|
|
||||||
LuaFunction( UndocumentedFeature, UndocumentedFeature(SArg(1)) );
|
|
||||||
LuaFunction( lerp, lerp(FArg(1), FArg(2), FArg(3)) );
|
LuaFunction( lerp, lerp(FArg(1), FArg(2), FArg(3)) );
|
||||||
|
|
||||||
int LuaFunc_commify(lua_State* L);
|
int LuaFunc_commify(lua_State* L);
|
||||||
|
|||||||
Reference in New Issue
Block a user