mirror of
https://github.com/dazedcat19/FMD2.git
synced 2024-11-23 11:49:40 +00:00
lua_dump use strip by default
This commit is contained in:
parent
bb53dca246
commit
d233941da9
@ -19,7 +19,7 @@ function LuaGetReturnString(const ReturnCode: Integer): String;
|
||||
|
||||
function LuaDumpFileToStream(AFileName: String; AStripDebug: Boolean = False): TMemoryStream; overload;
|
||||
function LuaDumpFileToStream(L: Plua_State; AFileName: String;
|
||||
AStripDebug: Boolean = False): TMemoryStream; overload;
|
||||
AStripDebug: Boolean = True): TMemoryStream; overload;
|
||||
function LuaLoadFromStream(L: Plua_State; AStream: TMemoryStream; AName: PAnsiChar): Integer; inline;
|
||||
|
||||
procedure LuaExecute(L: Plua_State; AStream: TMemoryStream; AFileName: String; NResult: Integer = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user