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