Difference between revisions of "Reference functions"

524 bytes added ,  18:42, 14 February 2012
no edit summary
imported>Dbrigner
m
 
imported>Cipscis
 
Line 1: Line 1:
===Disclaimer: Papyrus vs. the Console and Conditions===
In Skyrim, there are two scripting systems. The main one, [[Papyrus]], is used to write actual scripts. The other one, which is the same language as used on previous games like Oblivion, is used only in the [[:Category:Console_Commands|Console]] and in [[:Category:Conditions]].
This page describes a subset of the functions used in the scripting language used in the console and in conditions. This information is not relevant to Papyrus.
==Reference Functions==
Most script functions are reference functions. This refers to the fact that they must be run on an [[Reference|object reference]]. Reference scripts (object scripts and dialogue result scripts) can use implicit reference syntax. For example:  
Most script functions are reference functions. This refers to the fact that they must be run on an [[Reference|object reference]]. Reference scripts (object scripts and dialogue result scripts) can use implicit reference syntax. For example:  


Anonymous user