C# 클래스 TShockAPI.Hooks.PlayerPermissionEventArgs

EventArgs used for the PlayerHooks.PlayerPermission event.
상속: System.ComponentModel.HandledEventArgs
파일 보기 프로젝트 열기: NyxStudios/TShock 1 사용 예제들

공개 메소드들

메소드 설명
PlayerPermissionEventArgs ( TSPlayer player, string permission ) : System.Collections.Generic

Initializes a new instance of the PlayerPermissionEventArgs class.

메소드 상세

PlayerPermissionEventArgs() 공개 메소드

Initializes a new instance of the PlayerPermissionEventArgs class.
public PlayerPermissionEventArgs ( TSPlayer player, string permission ) : System.Collections.Generic
player TSPlayer The player who fired the event.
permission string The permission being checked.
리턴 System.Collections.Generic