Template:Category implementing classes

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 07:16, 13 May 2008 by Wormbo (talk | contribs) (more upgrades :-))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This category contains all UnrealScript classes implementing the interface [[{{{1}}}|{{{1}}}]].

[edit] Documentation

This template defines the content of category pages for classes implementing a specific interface.

Usage

For stock class categories implementing stock interfaces:

{{category implementing classes|SomeInterface|UE3}}

If the interface extends another stock interface: (other than "Interface" itself)

{{category implementing classes|SomeInterface|UE3|parent=ParentInterface}}

For custom class categories implementing stock interfaces:

{{category implementing classes|SomeInterface|UE3|custom=yes}}

For custom class categories implementing custom interfaces:

{{category implementing classes|SomeCustomInterface|UE3|custom=interface}}

If the custom interface extends another interface implemented by custom classes:

{{category implementing classes|SomeCustomInterface|UE3|custom=interface|customparent=CustomParentInterface}}

See also