Difference between revisions of "NetExalted/XNEPValueClass"
From Exalted - Unofficial Wiki
m |
m (Script: fix links messed up in conversion) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | * /XeriarProposal | + | *[[NetExalted/XeriarProposal]] |
== Value Class == | == Value Class == | ||
− | A simple class, holding the name and value for just about everything in NetExalted, helping us to create a faux Python / PHP style of referencing data. | + | A simple class, holding the name and value for just about everything in [[NetExalted]], helping us to create a faux Python / PHP style of referencing data. |
=== Data Members === | === Data Members === | ||
* String Name | * String Name |
Latest revision as of 00:20, 9 June 2010
Value Class
A simple class, holding the name and value for just about everything in NetExalted, helping us to create a faux Python / PHP style of referencing data.
Data Members
- String Name
- String Data
Private Function
- boolean SetName (String)
Public Functions
- String GetName ()
- boolean SetData (String)
- String GetData ()