Function
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. This page is far from complete, go ahead and write some more!
You can extend this page by editing it. [edit] DefinitionFunctions, also known as subroutines, procedures, or methods, are groups of computer code that can be declared once and then reused throughout a program, saving programming time and reducing the size of the binary executable. They are similar to mathematical functions, in that they can receive input, process that input, and produce a calculated result. However, computer subroutines are more sophisticated, with the ability to do anything normal computer code can do. [edit] See Also |


