Eyeon:Script/Reference/Applications/Fusion/Classes/Composition/IsLocked

From VFXPedia

Jump to: navigation, search

Contents

Composition : IsLocked

Arguments

IsLocked()

Returns

A boolean with the locked status of the comp.

Remarks

Use this function to see whether a composition is locked or not.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

Examples

composition:Lock() print(composition:IsLocked()) -- should returntrue


Tips for IsLocked (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Composition/IsLocked