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

From VFXPedia

< EyeonTips:Script | Reference/Applications/Fuse/Classes/Input
Revision as of 20:30, 26 October 2010 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • GetValue() returns an object (a subclass of the Parameter class). To get the value as a variable that LUA can process further or compare to other data types, use the corresponding member of the returned object:
Number .Value returns a float variable
Point .X and .Y returns float values of the x and y coordinates
Text .Value returns a string variable
FuID .Value returns a string variable containing the ID