Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Difference between revisions of "UnrealScript Utils"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Created page with 'This article is a organized collection of UnrealScript utils made by the unreal community. {{expand}} ==Map utilities== A collection of utilities for use with map scripts i.…')
 
m (Unreal Engine 2)
Line 15: Line 15:
 
:[[HSV-RGB Conversion]] Provides functions and structs to convert HSV colors to the RGB color format.
 
:[[HSV-RGB Conversion]] Provides functions and structs to convert HSV colors to the RGB color format.
 
===Unreal Engine 2===
 
===Unreal Engine 2===
:[[ColorTags Operators (UE3)|ColorTags Operators]] Provides operators and functions to convert a [[color]] struct to a color tag.
+
:[[User:Eliot/ColorTags_Operators_(UE3)|ColorTags Operators]] Provides operators and functions to convert a [[color]] struct to a color tag.
  
 
==See also==
 
==See also==
 
[[:Category:UnrealScript utils|All UnrealScript utils articles]]
 
[[:Category:UnrealScript utils|All UnrealScript utils articles]]

Revision as of 06:33, 15 May 2010

This article is a organized collection of UnrealScript utils made by the unreal community.


Map utilities

A collection of utilities for use with map scripts i.e. Brushes, Actors and Actions.


Mutator/Mod utilities

A collection of utilities you can use within your mutators/mods.

UT2004

Adding a tab to the playerlogin menu Source code to add tab for your mutator's menu to the PlayerLoginMenu without replacing it!.

General utilities

Unreal Engine 3

HSV-RGB Conversion Provides functions and structs to convert HSV colors to the RGB color format.

Unreal Engine 2

ColorTags Operators Provides operators and functions to convert a color struct to a color tag.

See also

All UnrealScript utils articles