C# Class SpellEffectRoamingSight, UnderworldExporter

Allows the user to explore the level from above it.
Inheritance: SpellEffect
显示文件 Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
OldMana int
OldPosition Vector3

Public Methods

Method Description
ApplyEffect ( ) : void

Moves the player above the map. Records their position

CancelEffect ( ) : void

Moves the player back to where they cancelled the spell from

Method Details

ApplyEffect() public method

Moves the player above the map. Records their position
public ApplyEffect ( ) : void
return void

CancelEffect() public method

Moves the player back to where they cancelled the spell from
public CancelEffect ( ) : void
return void

Property Details

OldMana public_oe property

public int OldMana
return int

OldPosition public_oe property

public Vector3 OldPosition
return Vector3