Class Index | File Index

Classes


Class cc.DictMaker


Extends cc.Class.

Defined in: CCFileUtils.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
plist Dictionary Maker
Method Summary
Method Attributes Method Name and Description
 
Generate dictionary with contents of file
Class Detail
cc.DictMaker()
plist Dictionary Maker
//create a DictMaker
var tMaker = new cc.DictMaker();
tMaker.dictionaryWithContentsOfFile(fileName);
Method Detail
{Array} dictionaryWithContentsOfFile(fileName)
Generate dictionary with contents of file
Parameters:
{String} fileName
Returns:
{Array}

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:50 GMT-0800 (PST)