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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy