>FromYourCode();

Source code quote in Haxe309

 September 27, 2016 am30 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