C# Class Recurity.Swf.AVM1.ActionDefineLocal2

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

Méthodes publiques

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

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