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
(Added "Self" and "Parent", with links to their documentation on the Function Reference page)
 
(2 intermediate revisions by the same user not shown)
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]]
|-
|-
| [[Statement_Reference#If_Statement|If]]
| [[Statement_Reference#If_Statement|If]]
| [[Import#Imports|Import]]
| [[Script_File_Structure#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]]
| [[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]]
| [[Variable_Reference|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