Package pygsear :: Module conf
[show private | hide private]
[frames | no frames]

Module pygsear.conf

conf.py can be used as a shared "global" namespace
Variable Summary
ConfigParser configParser = <ConfigParser.ConfigParser instance at 0x...
NoneType game = None                                                                  
int MAX_FPS = 30                                                                    
int MAX_TICK = 50                                                                    
int MAX_WINHEIGHT = 768                                                                   
int MAX_WINWIDTH = 1024                                                                  
int MIN_WINHEIGHT = 360                                                                   
int MIN_WINWIDTH = 580                                                                   
NoneType sound_status = None                                                                  
int ticks = 0                                                                     
int WINHEIGHT = 600                                                                   
list WINSIZE = [800, 600]
int WINWIDTH = 800                                                                   

Variable Details

configParser

Type:
ConfigParser
Value:
<ConfigParser.ConfigParser instance at 0xb757522c>                     

game

Type:
NoneType
Value:
None                                                                  

MAX_FPS

Type:
int
Value:
30                                                                    

MAX_TICK

Type:
int
Value:
50                                                                    

MAX_WINHEIGHT

Type:
int
Value:
768                                                                   

MAX_WINWIDTH

Type:
int
Value:
1024                                                                  

MIN_WINHEIGHT

Type:
int
Value:
360                                                                   

MIN_WINWIDTH

Type:
int
Value:
580                                                                   

sound_status

Type:
NoneType
Value:
None                                                                  

ticks

Type:
int
Value:
0                                                                     

WINHEIGHT

Type:
int
Value:
600                                                                   

WINSIZE

Type:
list
Value:
[800, 600]                                                             

WINWIDTH

Type:
int
Value:
800                                                                   

Generated by Epydoc 2.0 on Sat Dec 9 14:11:20 2006 http://epydoc.sf.net