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 ) );
}
}