< Previous | Contents | Next >

Usage

object:GetValue(object Request)

request (required, object)

The Request object is always passed to the Process event function as an argument. See the pages for the Request object and Process event function for more information.

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:

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