PHP 인터페이스 pocketmine\permission\ServerOperator

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 0 사용 예제들

공개 메소드들

메소드 설명
isOp ( ) : boolean Checks if the current object has operator permissions
setOp ( boolean $value ) : void Sets the operator permission for the current object

메소드 상세

isOp() 공개 메소드

Checks if the current object has operator permissions
public isOp ( ) : boolean
리턴 boolean

setOp() 공개 메소드

Sets the operator permission for the current object
public setOp ( boolean $value ) : void
$value boolean
리턴 void