All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.flair.resources.getString.as Maven / Gradle / Ivy

package flair.resources
{
	/**
	 *
	 */
	public function getString( id : String , groupID : String = null ) : String
	{
		return getAssetManager( groupID ).getXml( "values" ).string.( @name == id ).toString();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy