Function

Revision as of 14:31, 11 August 2014 by imported>Odessa (syntax in example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GeneralEdit

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 TypeEdit

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