Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
com.linxonline.mallet.util.settings.BooleanVariable Class Reference
Inheritance diagram for com.linxonline.mallet.util.settings.BooleanVariable:
Inheritance graph
[legend]
Collaboration diagram for com.linxonline.mallet.util.settings.BooleanVariable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BooleanVariable ()
 BooleanVariable (final String _name, final boolean _value)
void setBoolean (final boolean _value)
String toString ()

Public Attributes

boolean value = false

Constructor & Destructor Documentation

com.linxonline.mallet.util.settings.BooleanVariable.BooleanVariable ( final String  _name,
final boolean  _value 
)

Member Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables