I'm a doctor, not a mechanic

Difference between revisions of "Template:Category within classes"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(New page: This category contains all {{#if:{{{custom|}}}|custom}} UnrealScript classes that are declared within the [[{{{3|{{{2}}}}}}]] class {{{1}}}. <includeonly...)
(No difference)

Revision as of 06:31, 16 March 2008

This category contains all UnrealScript classes that are declared within the [[{{{2}}}]] class {{{1}}}.

[edit] Documentation

This template defines the content of categories for classes declared within other classes.

Usage

For stock classes within another class:

{{category within classes|PlayerController|UE3}}

For custom classes within another stock or custom class:

{{category within classes|PlayerController|UE3|custom=yes}}

If the outer class has a parent class with additional within classes:

{{category within classes|UTPlayerController|UE3|parent=PlayerController}}

If the outer class has a parent class with additional custom within classes:

{{category within classes|UTPlayerController|UE3|custom=yes|parent=PlayerController|parentcustom=yes}}

See also