Function
Revision as of 10:38, 11 August 2014 by imported>Odessa (created)
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 ; script body End