Always snap to grid
Difference between revisions of "Template:Navbox unrealscript"
From Unreal Wiki, The Unreal Engine Documentation Site
m (Cpptext capitalize) |
(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) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
| group2 = [[Types]] | | group2 = [[Types]] | ||
− | | list2 = [[ | + | | 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]] | ||
Line 16: | Line 16: | ||
| group5 = [[Specifiers]] | | group5 = [[Specifiers]] | ||
− | | list5 = [[Function call specifiers#Super|Super]] • [[Function call specifiers#Global|Global]] • [[Functions# | + | | list5 = [[Function call specifiers#Super|Super]] • [[Function call specifiers#Global|Global]] • [[Functions#Syntax 3|Static]] • [[Variables#Accessing variables|Default]] • [[Constants#Usage|Const]] |
| group6 = [[UnrealScript]] | | group6 = [[UnrealScript]] |
Latest revision as of 11:33, 29 August 2015
Declarations | Preprocessor • Classes • Interfaces • Cpptext • Constants • Enums • Structs • Variables (Metadata) • Replication block • Operators • Delegates • Functions • States • Defaultproperties (Subobjects) |
---|---|
Types | bool • byte • float • int • name • string • Object • Class • Enums • Structs (Vector ⋅ Rotator ⋅ Quat ⋅ Color) • Static arrays • Dynamic arrays • Delegates • Typecasting |
Literals | Boolean • Float • Integer • Names • Objects (None ⋅ Self) • Vectors • Rotators • Strings |
Flow | GoTo • If • Assert • Return • Stop • Switch • While • Do...Until • For • ForEach • Break • Continue |
Specifiers | Super • Global • Static • Default • Const |
UnrealScript | Syntax • .UC • .UCI • .UPKG • Comments • #directives • Native |
[create] Documentation