Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
RFReader () | |
Static Public Member Functions | |
static ArrayList< Settings > | loadFile (final String _file) |
RFReader is a lexical parser of the RF format.
RF is a custom text text format that operates on a keyword + value basis. Wrapped in { }.
By default the RFReader stores each pair as a String type. If you want to parse them into integers or other types, you'll need to do that yourself.
static ArrayList<Settings> com.linxonline.mallet.io.reader.RFReader.loadFile | ( | final String | _file | ) | [static] |