Eyeon:Script/Reference/Applications/Fusion/Classes/Fusion/GetAppInfo

From VFXPedia

Jump to: navigation, search

Contents

Fusion : GetAppInfo

Usage

value = Fusion:GetAppInfo()


Arguments

none


Returns

  • value table

Returns a table containing information about the current application's name, executable, version, and build number.


Example

> ==fusion:GetAppInfo()
table: 0E2D8E60
	VersionString = 5.21
	Name = Fusion
	VersionBuild = 9
	FileName = Fusion.exe
	Version = 5.21


Tips for GetAppInfo (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Fusion/GetAppInfo