You are here: Elements > Methods > The Method Context

The Method Context

The context of a method is defined by:

  • Its parameters
  • The input values available to it
  • The output variables that it sets
  • Intra-frame and/or inter-frame data
  • Other resources available to it (for example, functions for accessing Tables)

The input values (like i64CurrentField), output variables (like csOutput), and other resources are defined according to the method type. You are free to choose parameters for your methods as you please.