Indicates the end of a templex functions block.
*EndTemplexFunctions()Indicates the end of a templex functions block. |
|||||
*EndTemplexFunctions()Indicates the end of a templex functions block. |
Syntax |
*EndTemplexFunctions() |
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 |
Every *BeginTemplexFunctions() statement requires a closing *EndTemplexFunctions() statement. |
See also |
|