mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
RAT
This commit is contained in:
@@ -1157,6 +1157,20 @@ function BASE:_Serialize(Arguments)
|
||||
return text
|
||||
end
|
||||
|
||||
--- (Internal) Serialize arguments
|
||||
-- @param #BASE self
|
||||
-- @param #table Arguments
|
||||
-- @return #string Text
|
||||
function BASE:_Serialize(Arguments)
|
||||
local text=UTILS.BasicSerialize(Arguments)
|
||||
-- local text = UTILS.PrintTableToLog({Arguments}, 0, true)
|
||||
-- text = string.gsub(text,"\n","")
|
||||
-- text = string.gsub(text,"%(%(","%(")
|
||||
-- text = string.gsub(text,"%)%)","%)")
|
||||
-- text = string.gsub(text,"(%s+)","")
|
||||
return text
|
||||
end
|
||||
|
||||
--- Trace a function call. This function is private.
|
||||
-- @param #BASE self
|
||||
-- @param Arguments A #table or any field.
|
||||
|
||||
Reference in New Issue
Block a user