C# Class Recurity.Swf.AVM1.ActionIncrement

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

Public Methods

Method Description
ActionIncrement ( ) : System

Pops a value from the stack, converts it to number type, increments it by 1, and pushes it back to the stack.

Method Details

ActionIncrement() public method

Pops a value from the stack, converts it to number type, increments it by 1, and pushes it back to the stack.
public ActionIncrement ( ) : System
return System