mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Base.lua
This commit is contained in:
parent
668f12391e
commit
efb687cbb5
@ -1157,19 +1157,14 @@ function BASE:_Serialize(Arguments)
|
|||||||
return text
|
return text
|
||||||
end
|
end
|
||||||
|
|
||||||
--- (Internal) Serialize arguments
|
----- (Internal) Serialize arguments
|
||||||
-- @param #BASE self
|
---- @param #BASE self
|
||||||
-- @param #table Arguments
|
---- @param #table Arguments
|
||||||
-- @return #string Text
|
---- @return #string Text
|
||||||
function BASE:_Serialize(Arguments)
|
--function BASE:_Serialize(Arguments)
|
||||||
local text=UTILS.BasicSerialize(Arguments)
|
-- local text=UTILS.BasicSerialize(Arguments)
|
||||||
-- local text = UTILS.PrintTableToLog({Arguments}, 0, true)
|
-- return text
|
||||||
-- text = string.gsub(text,"\n","")
|
--end
|
||||||
-- text = string.gsub(text,"%(%(","%(")
|
|
||||||
-- text = string.gsub(text,"%)%)","%)")
|
|
||||||
-- text = string.gsub(text,"(%s+)","")
|
|
||||||
return text
|
|
||||||
end
|
|
||||||
|
|
||||||
--- Trace a function call. This function is private.
|
--- Trace a function call. This function is private.
|
||||||
-- @param #BASE self
|
-- @param #BASE self
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user