C# Class Recurity.Swf.AVM1.ActionDefineLocal

Blitzableiter ActionDefineLocal represents the Adobe AVM1 ActionDefineLocal
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode 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 méthode

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
Résultat System