Skip to content

Instantly share code, notes, and snippets.

@misterpah
Created October 17, 2014 12:42
Show Gist options
  • Save misterpah/7216af3948c6116158ab to your computer and use it in GitHub Desktop.
Save misterpah/7216af3948c6116158ab to your computer and use it in GitHub Desktop.
var thisClass = Type.getClass(this);
var b = Type.getInstanceFields(thisClass);
for (i in 0...b.length)
{
trace(b[i]);
trace(Reflect.field(this,b[i]));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment