Difference between revisions of "NetExaltedXP"
From Exalted - Unofficial Wiki
m (link fix) |
m (link fix) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
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]]. | + | *[[NetExaltedXP/Data]] - The basic Data class. Has two strings, governs all basic passing of data in [[NetExalted]]. |
− | * [[/NetExalted]] - The [[NetExalted]] class. The 'Core'. | + | *[[NetExaltedXP/NetExalted]] - The [[NetExalted]] class. The 'Core'. |
− | * [[/Character]] - The Character class. | + | *[[NetExaltedXP/Character]] - The Character class. |
− | * [[/Trait]] - The Trait class. | + | *[[NetExaltedXP/Trait]] - The Trait class. |
− | * [[/FrontEnd]] - Placeholder for the Front End class. | + | *[[NetExaltedXP/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. |
Latest revision as of 01:17, 6 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
- NetExaltedXP/Data - The basic Data class. Has two strings, governs all basic passing of data in NetExalted.
- NetExaltedXP/NetExalted - The NetExalted class. The 'Core'.
- NetExaltedXP/Character - The Character class.
- NetExaltedXP/Trait - The Trait class.
- NetExaltedXP/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.