APIDump: Fixed description for schematic file loading.
This commit is contained in:
parent
b7d992d211
commit
334de0db64
@ -951,6 +951,10 @@ return
|
|||||||
Type = "string",
|
Type = "string",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Returns =
|
||||||
|
{
|
||||||
|
{ Type = "boolean" },
|
||||||
|
},
|
||||||
Notes = "Clears current content and loads new content from the specified schematic file. Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
|
Notes = "Clears current content and loads new content from the specified schematic file. Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
|
||||||
},
|
},
|
||||||
LoadFromSchematicString =
|
LoadFromSchematicString =
|
||||||
@ -962,6 +966,10 @@ return
|
|||||||
Type = "string",
|
Type = "string",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Returns =
|
||||||
|
{
|
||||||
|
{ Type = "boolean" },
|
||||||
|
},
|
||||||
Notes = "Clears current content and loads new content from the specified string (assumed to contain .schematic data). Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
|
Notes = "Clears current content and loads new content from the specified string (assumed to contain .schematic data). Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
|
||||||
},
|
},
|
||||||
Merge =
|
Merge =
|
||||||
|
Loading…
Reference in New Issue
Block a user