C# Class Recurity.Swf.AVM1.ActionWaitForFrame2

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

Protected Properties

Свойство Type Description
_skipCount byte

Méthodes publiques

Méthode Description
ActionWaitForFrame2 ( ) : System

Waits for a frame to be loaded and is stack based

ActionWaitForFrame2 ( byte skip ) : System

Waits for a frame to be loaded and is stack based

ToString ( ) : string

Converts the action to a string

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

Parses the number of actions to skip from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the number of actions to skip back to an output stream

Method Details

ActionWaitForFrame2() public méthode

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame2 ( ) : System
Résultat System

ActionWaitForFrame2() public méthode

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame2 ( byte skip ) : System
skip byte The number of actions to skip
Résultat System

Parse() protected méthode

Parses the number of actions to skip from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

Renders the number of actions to skip back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
Résultat ulong

ToString() public méthode

Converts the action to a string
public ToString ( ) : string
Résultat string

Property Details

_skipCount protected_oe property

protected byte _skipCount
Résultat byte