C# Class Recurity.Swf.AVM1.ActionDecrement

Blitzableiter ActionDecrement represents the Adobe AVM1 ActionDecrement
Inheritance: AbstractAction
Datei anzeigen Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionDecrement ( ) : System

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

Method Details

ActionDecrement() public method

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