PDA

View Full Version : Memory/Pointers



surferdudenate
December 3rd, 2008, 03:10 PM
In c/c++ you can pass a pointer to a variable's location in memory. Is there something equivalent to that in AS3?

Felixz
December 4th, 2008, 02:29 PM
Simple vars are passed by value, but all objects are passed by reference.

senocular
December 4th, 2008, 02:32 PM
To add, there are no pointers in AS