Indicates the beginning of a templex functions block.
*BeginTemplexFunctions()Indicates the beginning of a templex functions block. |
|||||
*BeginTemplexFunctions()Indicates the beginning of a templex functions block. |
Syntax |
*BeginTemplexFunctions() |
Example |
*BeginTemplexFunctions() *BeginTemplexFunction() *BeginText() function scale_vector(curve,scale_factor) { new_vector = curve * scale_factor return new_vector } *EndText() *EndTemplexFunction() *EndTemplexFunctions() |
Application |
MotionView, HyperView, HyperGraph, HyperStudy, TextView, and MediaView. |
Context |
Preference files. |
Comments |
The *BeginTemplexFunctions() block contains user-defined templex functions. Every *BeginTemplexFunctions() statement requires a closing *EndTemplexFunctions() statement. |
See also |
|
|