Mostly Harmless

Legacy:Wookee/Classes

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Tarquin: I'm trying to create class tree markup in wookee. So I'm having to read and understand Mych's code. Part of this is groking the class tree structure, so here it is:

Block
\- BlockUnparsed
   \- BlockUnparsedCode
   \- BlockUnparsedPreformatted
\- BlockWiki
   \- BlockWikiQuote
   \- BlockUnrealImage (WookeeUnreal.pm)
\- BlockUnrealScript (WookeeUnreal.pm)
\- BlockClassTree (WookeeTree.pm)
Paragraph
\- ParagraphDefault
\- ParagraphHeading
\- ParagraphIndented
\- ParagraphVerbatim
\- ParagraphBullet
\- ParagraphNumber
\- ParagraphTree
\- ParagraphDefinition
\- ParagraphTable
\- ParagraphUnrealImage (WookeeUnreal.pm)
\- ParagraphUnrealClass (WookeeUnreal.pm)
Character
\- CharacterWiki
\- CharacterHtml
\- CharacterLink
\- CharacterUnrealImage (WookeeUnreal.pm)

Related Topics[edit]

Discussion[edit]

Tarquin: This is sort of reference for anyone interested in working with Wookee.


Category:Legacy To Do – Add related topics, links to this page from somewhere relevant, perhaps this needs work still? What is this exactly, anyway?