Difference between revisions of "User Function"
Jump to navigation
Jump to search
imported>DragoonWraith (New page: {{Incomplete}} As of v0018, the Category:Oblivion Script Extender allows scripters to create user-defined functions. These functions behave very similarly to normal and OBSE function...) |
imported>DragoonWraith |
||
Line 1: | Line 1: | ||
{{ | {{Unfinished}} | ||
As of v0018, the [[:Category:Oblivion Script Extender|Oblivion Script Extender]] allows scripters to create user-defined functions. These functions behave very similarly to normal and OBSE functions, but the ability to define them yourself can prove exceptionally useful. | As of v0018, the [[:Category:Oblivion Script Extender|Oblivion Script Extender]] allows scripters to create user-defined functions. These functions behave very similarly to normal and OBSE functions, but the ability to define them yourself can prove exceptionally useful. | ||
Revision as of 11:21, 31 July 2009
Article Is Unfinished
This article has been marked by editors or authors as incomplete. Please see the Talk page for details. Discussion and collaboration can improve an article and lead to a better Wiki.
As of v0018, the Oblivion Script Extender allows scripters to create user-defined functions. These functions behave very similarly to normal and OBSE functions, but the ability to define them yourself can prove exceptionally useful.
The Wiki maintains a list of several common functions, which can simply and easily be copied and pasted into your own mod, to use the function. These pages are organized similarly to normal functions, with the actual code added to the bottom.