#include <actions.h>
Inherits lightspark::ActionTag.

Public Member Functions | |
| ActionPush (std::istream &in, ACTIONRECORDHEADER *h) | |
| void | Execute () |
| void | print () |
Private Attributes | |
| UI8 | Type |
| std::vector< ASObject * > | Objects |
Definition at line 666 of file actions.h.
| ActionPush::ActionPush | ( | std::istream & | in, | |
| ACTIONRECORDHEADER * | h | |||
| ) |
Definition at line 1207 of file actions.cpp.
| void ActionPush::Execute | ( | ) | [virtual] |
Implements lightspark::ActionTag.
Definition at line 1349 of file actions.cpp.
| void ActionPush::print | ( | ) | [virtual] |
Implements lightspark::ActionTag.
Definition at line 1312 of file actions.cpp.
std::vector<ASObject*> lightspark::ActionPush::Objects [private] |
UI8 lightspark::ActionPush::Type [private] |
1.6.3