Difference between revisions of "Keyword Reference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>JLundin
m (This is a list of things that are keywords. How they are used varies and is covered in other areas of the reference)
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)
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
| [[Variable_Reference|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
| [[Variable_Reference|Float]]
| Function
| [[Function_Reference|Function]]
| Global
| [[Function_Reference#Function_Header|Global]]
|-
|-
| If
| [[Statement_Reference#If_Statement|If]]
| Import
| [[Import#Imports|Import]]
| Int
| [[Variable_Reference|Int]]
| Length
| [[Array_Reference#Array_Length|Length]]
| Native
| [[Function_Reference#Function_Header|Native]]
| New
| [[Array_Reference#Array_Creation|New]]
|-
|-
| None
| [[Differences_from_Previous_Scripting#Keywords|None]]
| Property
| [[Property_Reference|Property]]
| Return
| [[Function_Reference#Examples|Return]]
| ScriptName
| [[Script_File_Structure#Header_Line|ScriptName]]
| State
| [[State_Reference|State]]
| String
| [[Variable_Reference|String]]
|-
|-
| True
| [[Differences_from_Previous_Scripting#Keywords|True]]
| While
| [[Statement_Reference#While_Statement|While]]
|
|
|
|

Revision as of 16:24, 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