Methods_T_Furcadia_FurcMap_Map - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Map Methods

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

The Map type exposes the following members.

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEffectAt Get the effect number from a tile
Public method GetFloorAt Get the floor number from a tile
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetMapPos Get a MapPosition object from the position specified by x & y
Public method GetMapTile Get a MapTile object from the position specified by x & y
Public method GetObjectAt Get the object number from a tile
Public method GetRegionAt Get the region number from a tile
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWallAt Get the wall number from a tile
Public methodStatic member LoadFrom Loads a map from a file
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Save the map to a file
Public method SetEffectAt Set the effect number at a tile specified by x & y
Public method SetFloorAt Set the floor number at a tile specified by x and y
Public method SetObjectAt Set the object number at a tile specified by x & y
Public method SetRegionAt Set the region number at a tile specified by x & y
Public method SetWallAt Set the wall number at a tile specified by x & y
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Extension Methods

 

Name Description
Public Extension Method AsDouble (Defined by ObjectExtensions.)
Public Extension Method AsInt16 (Defined by ObjectExtensions.)
Public Extension Method AsInt32 (Defined by ObjectExtensions.)
Public Extension Method AsInt64 (Defined by ObjectExtensions.)
Public Extension Method AsString (Defined by ObjectExtensions.)
  Back to Top

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

⚠️ **GitHub.com Fallback** ⚠️