Gez
Why don't I have a custom title by now?!
Posts: 9278
Registered: 07-07 |
code: Actor Whatever : Blah 1337
{
//$Category Some_Category
blah blah blah
}
This actor will appear in the category "Some Category" in DB1 and DB2's menus.
code: Actor Whatever : Blah 1337
{
blah blah blah
}
This actor, on the other hand, will not. Feel free to try to extrapolate and guess why. Instead, it'll be relegated to a generic "Decorate" menu at the end.
code: Actor Whatever : Blah
{
//$Category Some_Category
blah blah blah
}
Now this actor is tricky. It will not appear anywhere -- neither in Some Category, nor in DECORATE. Again, feel free to try to understand why.
(Hint: the important parts are not in a "blah" part.)
|