C# Class Recurity.Swf.AVM1.ActionTypeOf

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

Public Methods

Method Description
ActionTypeOf ( ) : System

pushes the object type to the stack, which is equivalent to the ActionScript TypeOf() method. The possible types are: "number","boolean","string","object","movieclip","null", "undefined","function"

Method Details

ActionTypeOf() public method

pushes the object type to the stack, which is equivalent to the ActionScript TypeOf() method. The possible types are: "number","boolean","string","object","movieclip","null", "undefined","function"
public ActionTypeOf ( ) : System
return System