Docs > Local variables
Local Variables
- objects
The list of all objects.
- tags
The list of all tags.
- up
Vector object 0, -1, has direction to up.
- down
Vector object 0, 1, has direction to down.
- right
Vector object 1, 0, has direction to right.
- left
Vector object -1, 0, has direction to left.
- unit
Vector object 1, 1 has direction to right-down.
- draw
Alias of pygame.draw.
- image
Alias of pygame.image.
- Color
Alias of pygame.Color class.
- cursors
Alias of pygame.cursors.
- event
Alias of pygame.event.
- font
Alias of pygame.font.
- joystick
Alias of pygame.joystick.
- mouse
Alias of pygame.mouse.
- music
Alias of pygame.mixer.music.
- PixelArray
Alias of pygame.PixelArray class.
- Rect
Alias of pygame.Rect class.
- scrap
ALias of pygame.scrap.
- sndarray
Alias of pygame.sndarray.
- sprite
Alias of pygame.sprite.
- surfarray
Alias of pygame.surfarray.
- time
Alias of pygame.time.
- transform
Alias of pygame.transfrom.
For more details of alias variable, see Pygame Documentation.