コード例 #1
0
ファイル: Character.php プロジェクト: nimetu/rrs_client
 /**
  * Get VPropVisualB 64bit value after char is built
  *
  * @param bool $hex
  *
  * @return int|string
  */
 public function getVpb($hex = false)
 {
     if ($hex) {
         return $this->vpb->getValueHex();
     }
     return $this->vpb->getValue();
 }