C# Class Recurity.Swf.AVM1.ActionToNumber

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

Public Methods

Method Description
ActionToNumber ( ) : System

Converts the object on the top of the stack into a number, and pushes the number back to the stack

Method Details

ActionToNumber() public method

Converts the object on the top of the stack into a number, and pushes the number back to the stack
public ActionToNumber ( ) : System
return System