Arguments - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

See also
isActive (Accessibility.isActive method)
hasAccessibility (capabilities.hasAccessibility property)

arguments

Object
|
+-arguments
public class arguments
extends Object
An
object is used to store and access a function's arguments. While inside the
arguments
function's body it can be accessed with the local
The arguments are stored as array elements, the first is accessed as
as
, etc. The
arguments[1]
passed to the function. Note that there may be a different number of arguments passed in
than the function declares.
Availability: ActionScript 1.0; Flash Player 5 - As of Flash Player 6 the arguments object
supports all methods and properties of the Array class.
See also
Function
Property summary
Modifiers
Property
callee:Object
caller:Object
length:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
242
ActionScript classes
property indicates the number of arguments
arguments.length
Description
A reference to the currently executing function.
A reference to the function that called the currently
executing function, or null if it wasn't called from
another function.
The number of arguments passed to the function.
property),
property),
,
_accProps property
variable.
arguments
arguments[0]
__proto__ (Object.__proto__
__resolve
,
, the second

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF