Eyeon:Script/Reference/Applications/Fuse/Classes/Input/GetAttr

From VFXPedia

< Eyeon:Script | Reference | Applications | Fuse | Classes | Input
Revision as of 06:54, 3 December 2007 by Daniel (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents


Summary

The GetAttr() function is used to retrieve the value of a specific attribute of this object.


Usage

result = Input:GetAttr(string attribute)

attribute (string, required)
The name of the attribute to query.
result (various)
The value of the specified attribute. The type will vary according to the attribute.


Example


Tips for GetAttr (edit)

EyeonTips:Script/Reference/Applications/Fuse/Classes/Input/GetAttr