Difference between revisions of "Keyword Reference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cipscis
(Added link to somewhere with more information about some keywords. Not all links go to a very useful place, though, and ideally at least some keywords should have pages created dedicated entirely to them or a set of similar keywords)
imported>Cipscis
(Updated some links to point to the more appropriate literals reference page)
Line 6: Line 6:
| [[Variables_and_Properties#Auto_Properties|Auto]]
| [[Variables_and_Properties#Auto_Properties|Auto]]
| [[Variables_and_Properties#Auto_Read-only_Properties|AutoReadOnly]]
| [[Variables_and_Properties#Auto_Read-only_Properties|AutoReadOnly]]
| [[Variable_Reference|Bool]]
| [[Literals_Reference#Boolean_Literals|Bool]]
| [[Statement_Reference#If_Statement|Else]]
| [[Statement_Reference#If_Statement|Else]]
| [[Statement_Reference#If_Statement|ElseIf]]
| [[Statement_Reference#If_Statement|ElseIf]]
Line 20: Line 20:
| [[Extending_Scripts_(Papyrus)|Extends]]
| [[Extending_Scripts_(Papyrus)|Extends]]
| [[Differences_from_Previous_Scripting#Keywords|False]]
| [[Differences_from_Previous_Scripting#Keywords|False]]
| [[Variable_Reference|Float]]
| [[Literals_Reference#Float_Literals|Float]]
| [[Function_Reference|Function]]
| [[Function_Reference|Function]]
| [[Function_Reference#Function_Header|Global]]
| [[Function_Reference#Function_Header|Global]]
Line 26: Line 26:
| [[Statement_Reference#If_Statement|If]]
| [[Statement_Reference#If_Statement|If]]
| [[Import#Imports|Import]]
| [[Import#Imports|Import]]
| [[Variable_Reference|Int]]
| [[Literals_Reference#Integer_Literals|Int]]
| [[Array_Reference#Array_Length|Length]]
| [[Array_Reference#Array_Length|Length]]
| [[Function_Reference#Function_Header|Native]]
| [[Function_Reference#Function_Header|Native]]
| [[Array_Reference#Array_Creation|New]]
| [[Array_Reference#Array_Creation|New]]
|-
|-
| [[Differences_from_Previous_Scripting#Keywords|None]]
| [[Literals_Reference#None_Literal|None]]
| [[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]]
| [[State_Reference|State]]
| [[State_Reference|State]]
| [[Variable_Reference|String]]
| [[Literals_Reference#String_Literals|String]]
|-
|-
| [[Differences_from_Previous_Scripting#Keywords|True]]
| [[Differences_from_Previous_Scripting#Keywords|True]]

Revision as of 16:28, 14 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 Property Return ScriptName State String
True While