c2ephp
|
00001 <?php 00002 00004 00006 00009 class C2CAOSVariables { 00011 public static function GetTokens() { 00012 return array 00013 ( 00014 'ownr', 00015 'from', 00016 'pntr', 00017 '_it_', 00018 'cls2', 00019 'carr', 00020 'tcar', 00021 'wdth', 00022 'hght', 00023 'accg', 00024 'aero', 00025 'rest', 00026 'size', 00027 'rnge', 00028 'attr', 00029 'norn', 00030 'objp', 00031 00032 '_p1_', 00033 '_p2_', 00034 'unid', 00035 'grav', 00036 'wall', 00037 'relx', 00038 'rely', 00039 'frzn', 00040 'posx', 00041 'posy', 00042 'posl', 00043 'posr', 00044 'posb', 00045 'post', 00046 'liml', 00047 'limr', 00048 'limb', 00049 'limt', 00050 'fmly', 00051 'gnus', 00052 'spcs', 00053 'movs', 00054 'actv', 00055 'neid', 00056 'velx', 00057 'vely', 00058 'temp', 00059 'lite', 00060 'radn', 00061 'ontr', 00062 'intr', 00063 'pres', 00064 'wndx', 00065 'wndy', 00066 'hrsc', 00067 'psrc', 00068 'lsrc', 00069 'rsrc', 00070 'rmno', 00071 'rtyp', 00072 'wldw', 00073 'wldh', 00074 'flor', 00075 'rms#', 00076 'sean', 00077 'seav', 00078 'tmod', 00079 'year', 00080 'eggl', 00081 'hatl', 00082 'lacb', 00083 'xvec', 00084 'yvec', 00085 'bump', 00086 'cmrx', 00087 'cmry', 00088 'thrt', 00089 'drv!', 00090 'baby', 00091 'dead', 00092 'uncs', 00093 'ins#', 00094 'dirn', 00095 'monk', 00096 'orgn', 00097 'camn', 00098 'cage', 00099 'paus', 00100 'game', 00101 'hour', 00102 'mins', 00103 'rndr', 00104 'lang', 00105 'lng+', 00106 00107 ); 00108 } 00109 } 00110 00112 ?>