Difference between revisions of "Keyword Reference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cipscis
(Updated some links to point to the more appropriate literals reference page)
imported>Cipscis
(Added "Self" and "Parent", with links to their documentation on the Function Reference page)
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
|-
|-
| [[Statement_Reference#If_Statement|If]]
| [[Statement_Reference#If_Statement|If]]
| [[Import#Imports|Import]]
| [[Script_File_Structure#Imports|Import]]
| [[Literals_Reference#Integer_Literals|Int]]
| [[Literals_Reference#Integer_Literals|Int]]
| [[Array_Reference#Array_Length|Length]]
| [[Array_Reference#Array_Length|Length]]
Line 32: Line 32:
|-
|-
| [[Literals_Reference#None_Literal|None]]
| [[Literals_Reference#None_Literal|None]]
| [[Function_Reference#Special_Variables|Parent]]
| [[Property_Reference|Property]]
| [[Property_Reference|Property]]
| [[Function_Reference#Examples|Return]]
| [[Function_Reference#Examples|Return]]
| [[Script_File_Structure#Header_Line|ScriptName]]
| [[Script_File_Structure#Header_Line|ScriptName]]
| [[Function_Reference#Special_Variables|Self]]
|-
| [[State_Reference|State]]
| [[State_Reference|State]]
| [[Literals_Reference#String_Literals|String]]
| [[Literals_Reference#String_Literals|String]]
|-
| [[Differences_from_Previous_Scripting#Keywords|True]]
| [[Differences_from_Previous_Scripting#Keywords|True]]
| [[Statement_Reference#While_Statement|While]]
| [[Statement_Reference#While_Statement|While]]
|
|
|
|
|
|

Latest revision as of 16:11, 28 February 2012

The following words are Papyrus keywords. Keywords are case-insensitive, and you may not have an identifier that matches them.

As Auto AutoReadOnly Bool Else ElseIf
EndEvent EndFunction EndIf EndProperty EndState EndWhile
Event Extends False Float Function Global
If Import Int Length Native New
None Parent Property Return ScriptName Self
State String True While