NetExalted/XNEPValueClass

From Exalted - Unofficial Wiki
Revision as of 00:04, 27 January 2005 by Xeriar (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • /XeriarProposal

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