Difference between revisions of "Keyword Reference"
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]] | ||
| | | [[Script_File_Structure#Header_Line|ScriptName]] | ||
| | | [[Function_Reference#Special_Variables|Self]] | ||
|- | |- | ||
| | | [[State_Reference|State]] | ||
| | | [[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.