Home
last modified time | relevance | path

Searched refs:getEntityById (Results 1 – 7 of 7) sorted by relevance

/dports/games/jvgs/jvgs-0.5.1-src/src/game/
H A DFollowCamera.cpp30 Entity *entity = getLevel()->getEntityById(target); in loadData()
54 Entity *entity = getLevel()->getEntityById(target); in update()
H A DLevel.cpp163 if(getEntityById(entity->getId())) in addEntity()
172 Entity *Level::getEntityById(const string &id) in getEntityById() function in jvgs::game::Level
H A DBullController.cpp53 Entity *targetEntity = level->getEntityById(target); in affect()
H A DLevel.h107 virtual Entity *getEntityById(const std::string &id);
/dports/games/jvgs/jvgs-0.5.1-src/resources/spikey-ball/
H A Dcable-script.lua5 local ball = level:getEntityById("ball-" .. number)
/dports/biology/jalview/jalview/src/jalview/api/
H A DSiftsClientI.java79 public Entity getEntityById(String id) throws SiftsException; in getEntityById() method
/dports/biology/jalview/jalview/src/jalview/ws/sifts/
H A DSiftsClient.java469 entity = getEntityById(entityId); in getGreedyMapping()
915 public Entity getEntityById(String id) throws SiftsException in getEntityById() method