C# Class WorldEditor.Zone

Inheritance: IExtZone
Show file Open project: rotators/tools Class Usage Examples

Public Methods

Method Description
Clone ( ) : IZone
ContainsGroupWithName ( string name ) : bool
ContainsLocationWithName ( string name ) : bool
GroupsToStringList ( ) : List
LocationsToStringList ( ) : List
Zone ( int x, int y ) : System

Method Details

Clone() public method

public Clone ( ) : IZone
return IZone

ContainsGroupWithName() public method

public ContainsGroupWithName ( string name ) : bool
name string
return bool

ContainsLocationWithName() public method

public ContainsLocationWithName ( string name ) : bool
name string
return bool

GroupsToStringList() public method

public GroupsToStringList ( ) : List
return List

LocationsToStringList() public method

public LocationsToStringList ( ) : List
return List

Zone() public method

public Zone ( int x, int y ) : System
x int
y int
return System