C# 클래스 TShockAPI.DB.Warp

Represents a warp.
파일 보기 프로젝트 열기: NyxStudios/TShock

Private Properties

프로퍼티 타입 설명
Warp System

공개 메소드들

메소드 설명
Warp ( ) : System

Creates a warp with a default coordinate of zero, an empty name, public.

Warp ( System.Point position, string name, bool isPrivate = false ) : System

비공개 메소드들

메소드 설명
Warp ( Vector2 position, string name, bool isPrivate = false ) : System

메소드 상세

Warp() 공개 메소드

Creates a warp with a default coordinate of zero, an empty name, public.
public Warp ( ) : System
리턴 System

Warp() 공개 메소드

public Warp ( System.Point position, string name, bool isPrivate = false ) : System
position System.Point
name string
isPrivate bool
리턴 System