Map Methods

Furcadia Framework

Map Methods

Furcadia Framework For Third Party Programs
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

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEffectAt
Get the effect number from a tile
Public methodGetFloorAt
Get the floor number from a tile
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMapPos
Get a MapPosition object from the position specified by x & y
Public methodGetMapTile
Get a MapTile object from the position specified by x & y
Public methodGetObjectAt
Get the object number from a tile
Public methodGetRegionAt
Get the region number from a tile
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWallAt
Get the wall number from a tile
Public methodStatic memberLoadFrom
Loads a map from a file
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save the map to a file
Public methodSetEffectAt
Set the effect number at a tile specified by x & y
Public methodSetFloorAt
Set the floor number at a tile specified by x and y
Public methodSetObjectAt
Set the object number at a tile specified by x & y
Public methodSetRegionAt
Set the region number at a tile specified by x & y
Public methodSetWallAt
Set the wall number at a tile specified by x & y
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodAsDouble (Defined by ObjectExtensions.)
Public Extension MethodAsInt16 (Defined by ObjectExtensions.)
Public Extension MethodAsInt32 (Defined by ObjectExtensions.)
Public Extension MethodAsInt64 (Defined by ObjectExtensions.)
Public Extension MethodAsString (Defined by ObjectExtensions.)
Top
See Also

Reference