C# Class TShockAPI.DB.Warp

Represents a warp.
Afficher le fichier Open project: NyxStudios/TShock

Private Properties

Свойство Type Description
Warp System

Méthodes publiques

Méthode 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

Méthode Description
Warp ( Vector2 position, string name, bool isPrivate = false ) : System

Method Details

Warp() public méthode

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

Warp() public méthode

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