Difference between revisions of "NetExalted/XNEPValueClass"

From Exalted - Unofficial Wiki
Jump to: navigation, search
m (link fix)
m (link fix)
Line 1: Line 1:
* [[NetExalted/XNEPValueClass/XeriarProposal]]
+
*[[NetExalted/XNEPValueClass/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.

Revision as of 01:17, 6 April 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 ()

Comments