Class cc.DictMaker
Extends
cc.Class.
Defined in: CCFileUtils.js.
Constructor Attributes | Constructor Name and Description |
---|---|
plist Dictionary Maker
|
Method Attributes | Method Name and Description |
---|---|
dictionaryWithContentsOfFile(fileName)
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}