Home
last modified time | relevance | path

Searched refs:MovementCommand (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.cpp569 pc->MovementCommand(command); in MoveToNewArea()
576 npc->MovementCommand(command); in MoveToNewArea()
590 pc->MovementCommand(command); in MoveToNewArea()
597 npc->MovementCommand(command); in MoveToNewArea()
603 actor->MovementCommand(command); in MoveToNewArea()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h953 void MovementCommand(char *command);
H A DActor.cpp11202 void Actor::MovementCommand(char *command) in MovementCommand() function in GemRB::Actor