C# Class Recurity.Swf.AVM1.ActionDefineLocal2

Blitzableiter ActionDefineLocal2 represents the Adobe AVM1 ActionDefineLocal2
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionDefineLocal2 ( ) : System

defines a local variable without setting its value. If the variable already exists, nothing happens. The initial value of the local variable is undefined.

Method Details

ActionDefineLocal2() public method

defines a local variable without setting its value. If the variable already exists, nothing happens. The initial value of the local variable is undefined.
public ActionDefineLocal2 ( ) : System
return System