>FromYourCode();

Source code quote in Haxe309

 27 September, 2016 at 08:07
public var isDialog : Bool;

...

public function isLabelDialog() : Bool
{
if (this.isDialog == true)
return true;
else 
return false;
}

Check similar quotes

Share this quote