NetExaltedXP/Data

From Exalted - Unofficial Wiki
Revision as of 01:17, 6 April 2010 by Conversion script (talk) (link fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Data 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 Value

Private Function

  • boolean SetName (String Name)
    • The Name ought to be set during initialization, if possible.

Public Functions

  • String GetName ()
  • boolean SetValue (String Value)
  • String GetValue ()

Comments