Panda3D
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
GhostWalker Class Reference
Inheritance diagram for GhostWalker:
NonPhysicsWalker

Static Public Attributes

 notify = DirectNotifyGlobal.directNotify.newCategory("GhostWalker")
 
str slideName = "jump"
 
- Static Public Attributes inherited from NonPhysicsWalker
 notify = DirectNotifyGlobal.directNotify.newCategory("NonPhysicsWalker")
 
str slideName = "slide-is-disabled"
 
 wantDebugIndicator = ConfigVariableBool('want-avatar-physics-indicator', False)
 

Additional Inherited Members

- Public Member Functions inherited from NonPhysicsWalker
 __init__ (self)
 
 addBlastForce (self, vector)
 
 debugPrint (self, message)
 
 deleteCollisions (self)
 
 disableAvatarControls (self)
 
 displayDebugInfo (self)
 
 doDeltaPos (self)
 
 enableAvatarControls (self)
 
 flushEventHandlers (self)
 
 getSpeeds (self)
 
 getVelocity (self)
 
 handleAvatarControls (self, task)
 
 initializeCollisions (self, collisionTraverser, avatarNodePath, avatarRadius=1.4, floorOffset=1.0, reach=1.0)
 
 oneTimeCollide (self)
 
 placeOnFloor (self)
 
 reset (self)
 
 setAirborneHeightFunc (self, getAirborneHeight)
 
 setAvatar (self, avatar)
 
 setCollisionsActive (self, active=1)
 
 setFloorBitMask (self, bitMask)
 
 setTag (self, key, value)
 
 setWalkSpeed (self, forward, jump, reverse, rotate)
 
 setWallBitMask (self, bitMask)
 
 swapFloorBitMask (self, oldMask, newMask)
 
- Public Attributes inherited from NonPhysicsWalker
 avatar
 
 avatarControlForwardSpeed
 
 avatarControlReverseSpeed
 
 avatarControlRotateSpeed
 
 avatarNodePath
 
 collisionsActive
 
 cRay
 
 cRayBitMask
 
 cRayNodePath
 
 cSphere
 
 cSphereBitMask
 
 cSphereNodePath
 
 cTrav
 
 getAirborneHeight
 
 handleAvatarControls
 
 lifter
 
 pusher
 
 rotationSpeed
 
 slideSpeed
 
 speed
 
 stopThisFrame
 
 vel
 
 worldVelocity
 
- Protected Member Functions inherited from NonPhysicsWalker
 _calcSpeeds (self)
 

Member Data Documentation

◆ notify

notify = DirectNotifyGlobal.directNotify.newCategory("GhostWalker")
static

◆ slideName

str slideName = "jump"
static