Function

From GECK
Jump to: navigation, search

General

In computing, a function is a procedure to perform some task. For general information, see the wikipedia article.

For available functions in Fallout 3/New Vegas, see the category.

Block Type

In scripting, the keyword Function is also a block type used only by user defined function scripts. Example:

scn MyUDFScript

Begin Function { optional-parameters.. }

   ; script body

End