makeMap

public function makeMap(items:Array/String, delim:String, map:Object):Object
Makes a name/object map out of an array with names.

Params

Name Type Description
items Array/String Items to make map out of.
delim String Optional delimiter to split string by.
map Object Optional map to add items to.

Returns

Object Name/value map of items.