Ejemplo n.º 1
0
char *AdSentence::getNextStance() {
	_currentStance++;
	return getStance(_currentStance);
}
Ejemplo n.º 2
0
 float Npc::getSpeed (const MWWorld::Ptr& ptr) const
 {
     return getStance (ptr, Run) ? 600 : 300; // TODO calculate these values from stats
 }
Ejemplo n.º 3
0
char *AdSentence::getCurrentStance() {
	return getStance(_currentStance);
}