Studio 12 Site Admin
Joined: 04 Aug 2004 Posts: 67
|
Posted: Sun Apr 29, 2007 10:25 am Post subject: |
|
|
Hmm odd, I got string to work. any how here is a list of ones i did.
hope this is usefull.
******* string********
['__builtins__', '__doc__', '__file__', '__name__', '_float', '_idmap', '_idmapL', '_int', '_long', 'ascii_letters', 'ascii_lowercase',
'ascii_uppercase', 'atof', 'atof_error', 'atoi', 'atoi_error', 'atol', 'atol_error', 'capitalize', 'capwords', 'center', 'count', 'digits',
'expandtabs', 'find', 'hexdigits', 'index', 'index_error', 'join', 'joinfields', 'letters', 'ljust', 'lower', 'lowercase', 'lstrip', 'maketrans',
'octdigits', 'printable', 'punctuation', 'replace', 'rfind', 'rindex', 'rjust', 'rstrip', 'split', 'splitfields', 'strip', 'swapcase', 'translate',
'upper', 'uppercase', 'whitespace', 'zfill']
********math********
['__doc__', '__name__', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'degrees', 'e', 'exp', 'fabs', 'floor', 'fmod', 'frexp', 'hypot',
'ldexp', 'log', 'log10', 'modf', 'pi', 'pow', 'radians', 'sin', 'sinh', 'sqrt', 'tan', 'tanh']
***** time********
['__doc__', '__name__', 'accept2dyear', 'altzone', 'asctime', 'clock', 'ctime', 'daylight', 'gmtime', 'localtime', 'mktime', 'sleep',
'strftime', 'strptime', 'struct_time', 'time', 'timezone', 'tzname', 'tzset']
******** ramdom *******
['LOG4', 'NV_MAGICCONST', 'Random', 'SG_MAGICCONST', 'TWOPI', 'WichmannHill', '__all__', '__builtins__', '__doc__', '__file__',
'__name__', '_acos', '_cos', '_e', '_exp', '_floor', '_inst', '_log', '_pi', '_random', '_sin', '_sqrt', '_test', '_test_generator',
'betavariate', 'choice', 'cunifvariate', 'expovariate', 'gammavariate', 'gauss', 'getstate', 'jumpahead', 'lognormvariate',
'normalvariate', 'paretovariate', 'randint', 'random', 'randrange', 'sample', 'seed', 'setstate', 'shuffle', 'stdgamma', 'uniform',
'vonmisesvariate', 'weibullvariate']
******* manor ******
['__builtins__', '__doc__', '__file__', '__name__', 'broadcastData', 'clearProps', 'dirtyRect', 'doffProp', 'donProp', 'dropProp',
'face', 'faceColor', 'fetchImage', 'fetchSound', 'fetchSoundObject', 'fetchTextObject', 'fetchTextObjectEx', 'getClientType',
'getIdxRoomUser', 'getIdxSpot', 'getMouseRmPos', 'getRoomName', 'getRoomNumber', 'getRoomUserCount', 'getSiteName',
'getSpotBounds', 'getSpotCount', 'getSpotDest', 'getSpotState', 'getSpotTitle', 'getTopPropID', 'getUserName', 'getUserPos',
'gotoRoom', 'haveProp', 'hitSpot', 'inSpot', 'isKeyDown', 'isLocked', 'isRegistered', 'localMsg', 'lock', 'logErrStr', 'logstr',
'milliseconds', 'mnr', 'mnrenv', 'myGroup', 'myID', 'myRank', 'myRegHash', 'numProps', 'openConnection', 'playSound',
'playSoundObject', 'post', 'putProp', 'regDataReceive', 'removeProp', 'roomMsg', 'say', 'sendData', 'setPos', 'setProp',
'setSpotState', 'setTimer', 'statusMsg', 'stillDown', 'stopSounds', 'tickcount', 'unlock', 'whisper'] _________________ Never be afraid to try something new. Remember, amateurs built the ark, professionals built the Titanic. |
|