Hey all can someone tell me why i recieve this in a trace
function Function() {}
when i use this return function inside a custom class called Node:
[AS]
public function getID():int
{
return id;
} //get node ID
[/AS]
I thought :
[AS]
trace(node.getID);
[/AS]
would work, but it’s giving me a wierd output