Eyeon:Script/Reference/Libraries/eyeon/writestring

From VFXPedia

Jump to: navigation, search


Contents

Usage

eyeon.writestring(table comp)


  • comp (required, table)

A table containing the composition details.


Returns

This function returns true if it successfully serializes the table into a composition string. It returns nil if it fails.


Remarks

The eyeon.writestring function serializes a table into a string, with the same format used by Fusion for compositions. It is designed to be used in conjunction with the eyeon.readstring function, though it is also possible to create a table with the proper structure from scratch.


Requires

  • eyeonScript 5.2


Examples




Tips for writestring (edit)

EyeonTips:Script/Reference/Libraries/eyeon/writestring