PHP 클래스 PHPWarrior\LevelLoader

파일 보기 프로젝트 열기: yandod/php-warrior

공개 메소드들

메소드 설명
__construct ( $level, $load_path ) Class constructor
ace_score ( $score ) Ace score.
clue ( $clue ) Clue.
description ( $desc ) Description.
size ( $width, $height ) Size.
stairs ( $x, $y ) Stairs.
time_bonus ( $bonus ) Time bonus.
tip ( $tip ) Tip.
unit ( $unit, $x, $y, string $facing = ':north' ) : mixed unit.
unit_to_constant ( $name ) : string Unit to constant
warrior ( $x, $y, $facing ) : mixed Warrior

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( $level, $load_path )
$level
$load_path

ace_score() 공개 메소드

Ace score.
public ace_score ( $score )
$score

clue() 공개 메소드

Clue.
public clue ( $clue )
$clue

description() 공개 메소드

Description.
public description ( $desc )
$desc

size() 공개 메소드

Size.
public size ( $width, $height )
$width
$height

stairs() 공개 메소드

Stairs.
public stairs ( $x, $y )
$x
$y

time_bonus() 공개 메소드

Time bonus.
public time_bonus ( $bonus )
$bonus

tip() 공개 메소드

Tip.
public tip ( $tip )
$tip

unit() 공개 메소드

unit.
public unit ( $unit, $x, $y, string $facing = ':north' ) : mixed
$unit
$x
$y
$facing string
리턴 mixed

unit_to_constant() 공개 메소드

Unit to constant
public unit_to_constant ( $name ) : string
$name
리턴 string

warrior() 공개 메소드

Warrior
public warrior ( $x, $y, $facing ) : mixed
$x
$y
$facing
리턴 mixed