Difference between revisions of "NetExaltedXP"
From Exalted - Unofficial Wiki
(Sanity!) |
m (link fix) |
||
Line 1: | Line 1: | ||
− | == NetExalted Class Structure Proposal == | + | == [[NetExalted]] Class Structure Proposal == |
− | Trying to be so gentle with subpages is annoying. In any case, this is where I am placing the meat of my proposal for NetExalted. -[[Xeriar]] | + | Trying to be so gentle with subpages is annoying. In any case, this is where I am placing the meat of my proposal for [[NetExalted]]. -[[Xeriar]] |
− | * /Data - The basic Data class. Has two strings, governs all basic passing of data in NetExalted. | + | * [[/Data]] - The basic Data class. Has two strings, governs all basic passing of data in [[NetExalted]]. |
− | * /NetExalted - The NetExalted class. The 'Core'. | + | * [[/NetExalted]] - The [[NetExalted]] class. The 'Core'. |
− | * /Character - The Character class. | + | * [[/Character]] - The Character class. |
− | * /Trait - The Trait class. | + | * [[/Trait]] - The Trait class. |
− | * /FrontEnd - Placeholder for the Front End class. | + | * [[/FrontEnd]] - Placeholder for the Front End class. |
As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible. | As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible. |
Revision as of 09:04, 3 April 2010
NetExalted Class Structure Proposal
Trying to be so gentle with subpages is annoying. In any case, this is where I am placing the meat of my proposal for NetExalted. -Xeriar
- /Data - The basic Data class. Has two strings, governs all basic passing of data in NetExalted.
- /NetExalted - The NetExalted class. The 'Core'.
- /Character - The Character class.
- /Trait - The Trait class.
- /FrontEnd - Placeholder for the Front End class.
As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible.
- Link to the original proposal - Groundwork laying, for the most part.