Difference between revisions of "ScriptingNF"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
(Fifth pass)
imported>Wrye
(→‎Functions: Function listing pages.)
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:


==Functions==
==Functions==
*[[List of Functions]]  
* [[List of Functions|All Functions]]
** [[CS Functions]]
** [[OBSE Functions]]
** [[Pluggy Functions]]
** [[TSFC Functions]]
*[[:Category: Functions|Function Categories]]
*[[:Category: Functions|Function Categories]]


Line 60: Line 64:
*[[GetActorType]] - Encode actor type (npc, creature, ghost, etc.) as a single number.
*[[GetActorType]] - Encode actor type (npc, creature, ghost, etc.) as a single number.
*[[Teleport Recall#Marker Rats|Marker Rats]] - Using hidden actors as stable marker points.
*[[Teleport Recall#Marker Rats|Marker Rats]] - Using hidden actors as stable marker points.
*'''Math Functions'''
**[[:Category:Extra Math Functions|Extra Math Functions]]
**[[:Category:Math Functions (OBSE)|OBSE Math Functions]]
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures.
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures.
*[[Programmable Spell Effects]] - Beyond scripted spell effects.
*[[Programmable Spell Effects]] - Beyond scripted spell effects.
Line 66: Line 73:
*[[Rotating an object around another object with a script]]
*[[Rotating an object around another object with a script]]
*[[Running Scripts On Arrows]]
*[[Running Scripts On Arrows]]
*[[:Category:Stage Functions]] - Simulating a function by means of a setStage call.
** [[Simulating new functions|Stages Functions]] - (Needs to be merged with base article.)
*[[Summon Object]] - Summon (move) an existing object to position in front of player.
*[[Summon Object]] - Summon (move) an existing object to position in front of player.
*[[Teleport Recall]] - Establishing a teleport recall point.
*[[Teleport Recall]] - Establishing a teleport recall point.
Line 74: Line 83:
* [[Walking Through Inventory Items]]
* [[Walking Through Inventory Items]]


==Obsolete Articles==
==Deprecated Articles==
*[[Dynamic Storage]] - General survey of arrays, linked lists, etc. in pre-pluggy world.
*[[Dynamic Storage]] - General survey of arrays, linked lists, etc. in pre-pluggy world.
**[[Linked List Tutorial]] - Pre-pluggy approach to linked lists.
**[[Linked List Tutorial]] - Pre-pluggy approach to linked lists.

Latest revision as of 06:32, 2 June 2008

No fluff version of the Portal:Scripting.

Basic Tutorials[edit | edit source]

Functions[edit | edit source]

General Knowledge[edit | edit source]

Scripting Basics[edit | edit source]

Troubleshooting[edit | edit source]

Code Optimization[edit | edit source]

Extensions and Libraries[edit | edit source]

Advanced How Tos[edit | edit source]

Deprecated Articles[edit | edit source]