Difference between revisions of "Keyword Reference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
 
imported>Cipscis
(Added "Self" and "Parent", with links to their documentation on the Function Reference page)
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
{| class="wikitable"
{| class="wikitable"
|-
|-
| As
| [[Cast_Reference|As]]
| Auto
| [[Variables_and_Properties#Auto_Properties|Auto]]
| AutoReadOnly
| [[Variables_and_Properties#Auto_Read-only_Properties|AutoReadOnly]]
| Bool
| [[Literals_Reference#Boolean_Literals|Bool]]
| Else
| [[Statement_Reference#If_Statement|Else]]
| ElseIf
| [[Statement_Reference#If_Statement|ElseIf]]
|-
|-
| EndEvent
| [[Events_Reference|EndEvent]]
| EndFunction
| [[Function_Reference|EndFunction]]
| EndIf
| [[Statement_Reference#If_Statement|EndIf]]
| EndProperty
| [[Property_Reference|EndProperty]]
| EndState
| [[State_Reference|EndState]]
| EndWhile
| [[Statement_Reference#While_Statement|EndWhile]]
|-
|-
| Event
| [[Events_Reference|Event]]
| Extends
| [[Extending_Scripts_(Papyrus)|Extends]]
| False
| [[Differences_from_Previous_Scripting#Keywords|False]]
| Float
| [[Literals_Reference#Float_Literals|Float]]
| Function
| [[Function_Reference|Function]]
| Global
| [[Function_Reference#Function_Header|Global]]
|-
|-
| If
| [[Statement_Reference#If_Statement|If]]
| Import
| [[Script_File_Structure#Imports|Import]]
| Int
| [[Literals_Reference#Integer_Literals|Int]]
| Length
| [[Array_Reference#Array_Length|Length]]
| Native
| [[Function_Reference#Function_Header|Native]]
| New
| [[Array_Reference#Array_Creation|New]]
|-
|-
| None
| [[Literals_Reference#None_Literal|None]]
| Property
| [[Function_Reference#Special_Variables|Parent]]
| Return
| [[Property_Reference|Property]]
| ScriptName
| [[Function_Reference#Examples|Return]]
| State
| [[Script_File_Structure#Header_Line|ScriptName]]
| String
| [[Function_Reference#Special_Variables|Self]]
|-
|-
| True
| [[State_Reference|State]]
| While
| [[Literals_Reference#String_Literals|String]]
|
| [[Differences_from_Previous_Scripting#Keywords|True]]
|
| [[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