c2ephp
|
00001 <?php 00002 00004 00006 class C3CAOSFlowControls { 00008 public static function GetTokens() { 00009 return array 00010 ( 00011 00012 'doif', 00013 'econ', 00014 'elif', 00015 'else', 00016 'enum', 00017 'endi', 00018 'endm', 00019 'epas', 00020 'esee', 00021 'etch', 00022 'ever', 00023 'goto', 00024 'gsub', 00025 'inst', 00026 'iscr', 00027 'loop', 00028 'next', 00029 'over', //wait until current agent anim is over...sounds like a flow control to me. 00030 'repe', 00031 'reps', 00032 'retn', 00033 'rscr', 00034 'scrp', 00035 'slow', 00036 'subr', 00037 'untl', 00038 00039 ); 00040 } 00041 } 00042 00044 ?>