A-C > arguments (object) |
![]() ![]() ![]() |
arguments (object)
The Arguments object is an array that contains the values that were passed as parameters to any function. Each time a function is called in ActionScript, an Arguments object is automatically created for that function. A local variable, arguments
, is also created and lets you refer to the arguments object.
The arguments object is available in Flash Player 6.
Property Description Refers to the function being called. Refers to the calling function. The number of parameters passed to a function.
Property summary for the Arguments object
![]() ![]() ![]() |