Eyeon:Script/Reference/Libraries/base/getfenv
From VFXPedia
< Eyeon:Script | Reference | Libraries | base
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())