Citation de code source en Haxen° 309
27 September 2016 à 08:07
public var isDialog : Bool;
...
public function isLabelDialog() : Bool
{
if (this.isDialog == true)
return true;
else
return false;
}