validatevalue (version 1.5)
index
d:\cruisecontrol\game-client-system\game\common\scripts\validatevalue.py

Validates values according to core input requirements

 
Functions
       
validcolor(r, g, b)
Returns true if passed test
validpos3(lst)
validposlist(lst)
Checks a list lst that all values are possitive
validposreal(r)
Returns true if passed test
validrange(x, a, b)
Checks if x is within range a and b
validsize3(lst)

 
Data
        __author__ = 'Kjartan A Jonsson'
__copyright__ = 'Copyright (c) 2007 aGameCompany'
__license__ = 'aGameCompany'
__source__ = '$Source: /cvsroot/game-client-system/scripts/validatevalue.py,v $'
__version__ = '$Revision: 1.5 $'

 
Author
        Kjartan A Jonsson