C# Class Recurity.Swf.AVM1.ActionDefineLocal

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

Public Methods

Method Description
ActionDefineLocal ( ) : System

Defines a local variable and sets its value. If the variable already exists, the value is set to the newly specified value.

Method Details

ActionDefineLocal() public method

Defines a local variable and sets its value. If the variable already exists, the value is set to the newly specified value.
public ActionDefineLocal ( ) : System
return System