Eyeon:Script/Reference/Applications/Fusion/Classes/Fusion/SetClipboard
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | Fusion
Fusion : SetClipboard
Contents |
Description
Sets the system clipboard to contain the ASCII for tool(s) specifed by a table or sets the clipboard to the text specified.
Usage
boolean = Fusion:SetClipboard(table tools)
or
boolean = Fusion:SetClipboard(string information)
Arguments
- tools (required, table)
The tools argument should be a table containing a tool object for each tool which will be saved to the clipboard.
- information (required, string)
The string argument can be any string value.
Returns
A boolean value indicating success or failure.
Example
See Also
See Also: GetClipboard
Tips for SetClipboard (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/Fusion/SetClipboard