Eyeon:Script/Reference/Libraries/base/getfenv

From VFXPedia

< Eyeon:Script | Reference | Libraries | base
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Base : getfenv

Arguments

getfenv()

Returns

Returns a table filled with the variables present in the global environment.

Remarks

This function is useful for taking a survey of all elements in the global environment that are available to script. For example, one could see what variables are available in the global table from the console.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

=== Examples ===dump(getfenv())


Tips for getfenv (edit)

EyeonTips:Script/Reference/Libraries/base/getfenv