csdstudio
09-23-2006, 05:12 PM
Does AS3 support overloading operator functionality?
Such as this ( C+ maybe? )...
int Point3d:: operator == (Point3d &p)
{
}
...could be something like this in AS3:
public function == (p:Point3d ):int
{
}
:rolleyes:
Such as this ( C+ maybe? )...
int Point3d:: operator == (Point3d &p)
{
}
...could be something like this in AS3:
public function == (p:Point3d ):int
{
}
:rolleyes: