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

ghetti.spaghetti-haxe-support.2.1-alpha-1.source-code.Spaghetti.hx Maven / Gradle / Ivy

extern class Spaghetti {
	/**
	 * Returns the module version.
	 */
	public static function getModuleVersion():String;

	/**
	 * Returns the Spaghetti version used to build the module.
	 */
	public static function getSpaghettiVersion():String;

	/**
	 * Returns the name of the module.
	 */
	public static function getModuleName():String;

	/**
	 * Returns a URL pointing to this module's given resource.
	 */
	public static function getResourceUrl(resource:String):String;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy