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