The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "Template:Navbox unrealscript"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Fixed link for UPKG and predicted links for UC and UCI)
(modified simple type links to let them point to dedicated simple type pages, in case we ever have more than just redirects; FilterEditorOnly is not a flow control statement)
 
(15 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
| name  = navbox unrealscript
 
| name  = navbox unrealscript
 
| title  = [[UnrealScript reference]]
 
| title  = [[UnrealScript reference]]
 +
 
| group1 = Declarations
 
| group1 = Declarations
| list1  = [[Classes]] • [[Interfaces]] • [[Variables]] • [[Enums]] • [[Structs]] • [[Constants]] • [[Functions]] • [[Operators]] • [[Delegates]] • [[States]] • [[Replication block]] • [[Defaultproperties]] • [[Subobjects]] • [[cpptext]]
+
| list1  = [[Preprocessor]] • [[Classes]] • [[Interfaces]] • [[Cpptext]] • [[Constants]] • [[Enums]] • [[Structs]] • [[Variables]] ([[Metadata]]) • [[Replication block]] • [[Operators]] • [[Delegates]] • [[Functions]] • [[States]] • [[Defaultproperties]] ([[Subobjects]])
 • [[Metadata]] • [[Preprocessor]]
+
 
 
| group2 = [[Types]]
 
| group2 = [[Types]]
| list2  = [[Types#Bool|bool]] • [[Types#Byte|byte]] • [[Types#Float|float]] • [[Types#Int|int]] • [[Types#Name|name]] • [[Types#String|string]] • [[Types#Reference types|Object]] • [[Enums]] • [[Structs]] ([[Vector]] ⋅ [[Rotator]]) • [[Static arrays]] • [[Dynamic arrays]] • [[Delegates]] • [[Typecasting]]
+
| list2  = [[bool]] • [[byte]] • [[float]] • [[int]] • [[name]] • [[string]] • [[Types#Reference types|Object]] • [[Class_limiter#Class|Class]] • [[Enums]] • [[Structs]] ([[Vector]] ⋅ [[Rotator]] ⋅ [[Quat]] ⋅ [[Color]]) • [[Static arrays]] • [[Dynamic arrays]] • [[Delegates]] • [[Typecasting]]
 +
 
 
| group3 = [[Literals]]
 
| group3 = [[Literals]]
| list3  = [[Literals#Boolean values|Boolean]] • [[Literals#Float numbers|Float]] • [[Literals#Integer numbers|Integer]] • [[Literals#Names|Names]] • [[Literals#Objects|Objects]] • [[Literals#Vectors|Vectors]] • [[Literals#Rotators|Rotators]] • [[Literals#Strings|Strings]]
+
| list3  = [[Literals#Boolean values|Boolean]] • [[Literals#Float numbers|Float]] • [[Literals#Integer numbers|Integer]] • [[Literals#Names|Names]] • [[Literals#Objects|Objects]] ([[None]] ⋅ [[Self]]) • [[Literals#Vectors|Vectors]] • [[Literals#Rotators|Rotators]] • [[Literals#Strings|Strings]]
| group4 = [[Flow control]]
+
 
| list4  = [[Assert statement]] • [[Break statement]] • [[Continue statement]] • [[Do loop]] • [[For loop]] • [[ForEach loop]] • [[GoTo statement]] • [[If statement]] • [[Return statement]] • [[Stop statement]] • [[Switch statement]] • [[While loop]]
+
| group4 = [[Flow control|Flow]]
| group5 = [[UnrealScript]]
+
| list4  = [[GoTo statement|GoTo]] • [[If statement|If]] • [[Assert statement|Assert]] • [[Return statement|Return]] • [[Stop statement|Stop]] • [[Switch statement|Switch]] • [[While loop|While]] • [[Do...Until loop|Do...Until]] • [[For loop|For]] • [[ForEach loop|ForEach]] • [[Break statement|Break]] • [[Continue statement|Continue]]
| list5 = [[UC File|.UC]] • [[UCI File|.UCI]] • [[UPKG File|.UPKG]] • [[Comments]]
+
 
 +
| group5 = [[Specifiers]]
 +
| list5  = [[Function call specifiers#Super|Super]] • [[Function call specifiers#Global|Global]] • [[Functions#Syntax 3|Static]] • [[Variables#Accessing variables|Default]] • [[Constants#Usage|Const]]
 +
 
 +
| group6 = [[UnrealScript]]
 +
| list6 = [[UnrealScript syntax|Syntax]] • [[UC File|.UC]] • [[UCI File|.UCI]] • [[UPKG File|.UPKG]] • [[Comments]] • [[Compiler directives|#directives]] • [[Native coding|Native]]
 
}}<includeonly>
 
}}<includeonly>
 
{{#ifeq:{{#sub:{{PAGENAME}}|0|12}}|UnrealScript|[[Category:UnrealScript reference| {{PAGENAME}}]]|[[Category:UnrealScript reference|{{PAGENAME}}]]}}
 
{{#ifeq:{{#sub:{{PAGENAME}}|0|12}}|UnrealScript|[[Category:UnrealScript reference| {{PAGENAME}}]]|[[Category:UnrealScript reference|{{PAGENAME}}]]}}

Latest revision as of 12:33, 29 August 2015

[create] Documentation