C# Class SpellEffectRoamingSight, UnderworldExporter

Allows the user to explore the level from above it.
Inheritance: SpellEffect
Afficher le fichier Open project: hankmorgan/UnderworldExporter

Méthodes publiques

Свойство Type Description
OldMana int
OldPosition Vector3

Méthodes publiques

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

Moves the player above the map. Records their position
public ApplyEffect ( ) : void
Résultat void

CancelEffect() public méthode

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

Property Details

OldMana public_oe property

public int OldMana
Résultat int

OldPosition public_oe property

public Vector3 OldPosition
Résultat Vector3