예제 #1
0
파일: SR_Party.php 프로젝트: sinfocol/gwf3
 public function clonePreviousAction(SR_Party $party)
 {
     return $this->saveVars(array('sr4pa_last_action' => $party->getLastAction(), 'sr4pa_last_target' => $party->getVar('sr4pa_last_target'), 'sr4pa_last_eta' => $party->getVar('sr4pa_last_eta')));
 }