Home
last modified time | relevance | path

Searched refs:getPortal (Results 1 – 17 of 17) sorted by last modified time

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/engine/
H A DStendhalRPZone.java281 public Portal getPortal(final Object reference) { in getPortal() method in StendhalRPZone
304 public Portal getPortal(final int x, final int y) { in getPortal() method in StendhalRPZone
791 final Portal target = zone.getPortal( in createLevelPortalAt()
H A DStendhalRPWorld.java213 if (zone.getPortal(ref) == null) { in validatePortal()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/config/zone/
H A DPortalSetupDescriptor.java177 final Portal oportal = zone.getPortal(getX(), getY()); in setup()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/portal/
H A DPortal.java270 final Portal dest = destZone.getPortal(getDestinationReference()); in usePortal()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/maze/
H A DMazeGenerator.java591 public Portal getPortal() { in getPortal() method in MazeGenerator
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DMaze.java177 protected Portal getPortal() { in getPortal() method in Maze
178 return maze.getPortal(); in getPortal()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/
H A DActiveEntity.java340 final Portal p = zone.getPortal(nx, ny); in applyMovement()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/maps/quests/
H A DMazeTest.java106 Portal portal = ((Maze) quest).getPortal(); in testQuest()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.10.7.api7103 Testing.ZopeTestCase.PortalTestCase.PortalTestCase.getPortal?4()
7200 Testing.ZopeTestCase.interfaces.IPortalTestCase.getPortal?4()
7375 Testing.ZopeTestCase.testPortalTestCase.TestPlainUserFolder.getPortal?4()
7388 Testing.ZopeTestCase.testPortalTestCase.TestPortalTestCase.getPortal?4()
7415 Testing.ZopeTestCase.testPortalTestCase.TestSetUpRaises.getPortal?4()
7419 Testing.ZopeTestCase.testPortalTestCase.TestWrappingUserFolder.getPortal?4()
H A Dzope-2.11.2.api6007 Testing.ZopeTestCase.PortalTestCase.PortalTestCase.getPortal?4()
6106 Testing.ZopeTestCase.interfaces.IPortalTestCase.getPortal?4()
6274 Testing.ZopeTestCase.testPortalTestCase.TestPlainUserFolder.getPortal?4()
6287 Testing.ZopeTestCase.testPortalTestCase.TestPortalTestCase.getPortal?4()
6314 Testing.ZopeTestCase.testPortalTestCase.TestSetUpRaises.getPortal?4()
6318 Testing.ZopeTestCase.testPortalTestCase.TestWrappingUserFolder.getPortal?4()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/include/
H A DOgrePCPlane.h72 PortalBase* getPortal() in getPortal() function
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/src/
H A DOgrePCZFrustum.cpp174 if (plane->getPortal() == portal) in isVisible()
353 if (plane->getPortal() == portal) in isFullyVisible()
613 if (plane->getPortal() == portal) in removePortalCullingPlanes()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/src/
H A DOgrePCZFrustum.cpp173 if (plane->getPortal() == portal) in isVisible()
352 if (plane->getPortal() == portal) in isFullyVisible()
612 if (plane->getPortal() == portal) in removePortalCullingPlanes()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/include/
H A DOgrePCPlane.h72 PortalBase* getPortal() in getPortal() function
/dports/games/mari0/
H A Dgame.lua3255 function getPortal(x, y) --returns the block where you'd come out when you'd go in the argument's b… function
H A Dlightbridge.lua93 local portalx, portaly, portalfacing, infacing = getPortal(x, y)
H A Dlaser.lua341 local portalx, portaly, portalfacing, infacing = getPortal(x, y)