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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy