Eyeon:Script/Reference/Libraries/eyeon/getappname

From VFXPedia

< Eyeon:Script | Reference | Libraries | eyeon
Revision as of 02:35, 1 March 2008 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

Usage

eyeon.getappname()


Returns

This function returns a string containing the name of the current application.


Remarks

This function is useful for determining what environment the script is executing in. For example, this can be used to determine if a script is running on a render node, or a full license of fusion, or from the command line.


Requirements

  • eyeonScript 5.1


Examples

> print( eyeon.getappname() )
eyeonScript



Tips for getappname (edit)

EyeonTips:Script/Reference/Libraries/eyeon/getappname