Home
last modified time | relevance | path

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

/dports/www/py-urlwatch/urlwatch-2.24/lib/urlwatch/
H A Dreporters.py102 def convert(self, othercls): argument
103 if hasattr(othercls, '__kind__'):
104 config = self.report.config['report'][othercls.__kind__]
108 return othercls(self.report, config, self.job_states, self.duration)
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwclass/
H A Dnpc.cpp566 const MWWorld::Class &othercls = victim.getClass(); in hit() local
567 if(!othercls.isActor()) // Can't hit non-actors in hit()
569 MWMechanics::CreatureStats &otherstats = othercls.getCreatureStats(victim); in hit()
584 othercls.onHit(victim, 0.0f, false, weapon, ptr, osg::Vec3f(), false); in hit()
630 if (othercls.getCreatureStats(victim).getKnockedDown()) in hit()
646 othercls.onHit(victim, damage, healthdmg, weapon, ptr, hitPosition, true); in hit()
/dports/archivers/py-acefile/acefile-0.6.12/
H A Dacefile.py1893 def register(cls, othercls): argument
1894 cls._producers.append(othercls)
1895 return othercls