C# Class TShockAPI.DB.Warp

Represents a warp.
显示文件 Open project: NyxStudios/TShock

Private Properties

Property Type Description
Warp System

Public Methods

Method Description
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

Private Methods

Method Description
Warp ( Vector2 position, string name, bool isPrivate = false ) : System

Method Details

Warp() public method

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

Warp() public method

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