#include <actionteleport.hpp>
|
virtual void | executeImp (const Ptr &actor) |
| Teleports this actor and also teleports anyone following that actor. More...
|
|
void | teleport (const Ptr &actor) |
| Teleports only the given actor (internal use). More...
|
|
MWWorld::ActionTeleport::ActionTeleport |
( |
const std::string & |
cellName, |
|
|
const ESM::Position & |
position, |
|
|
bool |
teleportFollowers |
|
) |
| |
If cellName is empty, an exterior cell is assumed.
- Parameters
-
teleportFollowers | Whether to teleport any following actors of the target actor as well. |
void MWWorld::ActionTeleport::executeImp |
( |
const Ptr & |
actor | ) |
|
|
privatevirtual |
Teleports this actor and also teleports anyone following that actor.
Implements MWWorld::Action.
Outputs every actor follower who is in teleport range and wasn't ordered to not enter interiors.
void MWWorld::ActionTeleport::teleport |
( |
const Ptr & |
actor | ) |
|
|
private |
Teleports only the given actor (internal use).
std::string MWWorld::ActionTeleport::mCellName |
|
private |
bool MWWorld::ActionTeleport::mTeleportFollowers |
|
private |
The documentation for this class was generated from the following files: