I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "Template:Navbox unrealscript"
From Unreal Wiki, The Unreal Engine Documentation Site
m (added vector and rotator types) |
m (added replication block) |
||
Line 3: | Line 3: | ||
| title = [[UnrealScript reference]] | | title = [[UnrealScript reference]] | ||
| group1 = Declarations | | group1 = Declarations | ||
− | | list1 = [[Classes]] • [[Interfaces]] • [[Variables]] • [[Enums]] • [[Structs]] • [[Constants]] • [[Functions]] • [[Operators]] • [[Delegates]] • [[States]] • [[Defaultproperties]] • [[Subobjects]] | + | | list1 = [[Classes]] • [[Interfaces]] • [[Variables]] • [[Enums]] • [[Structs]] • [[Constants]] • [[Functions]] • [[Operators]] • [[Delegates]] • [[States]] • [[Replication block]] • [[Defaultproperties]] • [[Subobjects]] |
| 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 = [[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]] |
Revision as of 04:49, 10 December 2009
Declarations | Classes • Interfaces • Variables • Enums • Structs • Constants • Functions • Operators • Delegates • States • Replication block • Defaultproperties • Subobjects |
---|---|
Types | bool • byte • float • int • name • string • Object • Enums • Structs (Vector ⋅ Rotator) • Static arrays • Dynamic arrays • Delegates • Typecasting |
Literals | Boolean • Float • Integer • Names • Objects • Vectors • Rotators • Strings |
Flow control | Break statement • Continue statement • Do loop • For loop • ForEach loop • GoTo statement • If statement • Return statement • Stop statement • Switch statement • While loop |
[create] Documentation