PHP 클래스 PHPWarrior\Space

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

공개 메소드들

메소드 설명
__ToString ( )
__construct ( $floor, integer $x, integer $y ) Space constructor.
character ( )
is_captive ( )
is_empty ( )
is_enemy ( )
is_golem ( )
is_player ( )
is_stairs ( )
is_ticking ( )
is_wall ( )
is_warrior ( )
location ( )
unit ( )

메소드 상세

__ToString() 공개 메소드

public __ToString ( )

__construct() 공개 메소드

Space constructor.
public __construct ( $floor, integer $x, integer $y )
$floor
$x integer
$y integer

character() 공개 메소드

public character ( )

is_captive() 공개 메소드

public is_captive ( )

is_empty() 공개 메소드

public is_empty ( )

is_enemy() 공개 메소드

public is_enemy ( )

is_golem() 공개 메소드

public is_golem ( )

is_player() 공개 메소드

public is_player ( )

is_stairs() 공개 메소드

public is_stairs ( )

is_ticking() 공개 메소드

public is_ticking ( )

is_wall() 공개 메소드

public is_wall ( )

is_warrior() 공개 메소드

public is_warrior ( )

location() 공개 메소드

public location ( )

unit() 공개 메소드

public unit ( )