C# Class Mooege.Core.GS.Actors.Living

Inheritance: Mooege.Core.GS.Actors.Actor
Afficher le fichier Open project: xsochor/mooege

Méthodes publiques

Свойство Type Description
Animset Mooege.Common.MPQ.FileFormats.AnimSet

Méthodes publiques

Méthode Description
Brain ( ) : void
Living ( Mooege.Core.GS.Map.World world, int snoId, TagMapEntry>.Dictionary tags ) : System
Reveal ( Player player ) : bool
Update ( int tickCounter ) : void

Method Details

Brain() public méthode

public Brain ( ) : void
Résultat void

Living() public méthode

public Living ( Mooege.Core.GS.Map.World world, int snoId, TagMapEntry>.Dictionary tags ) : System
world Mooege.Core.GS.Map.World
snoId int
tags TagMapEntry>.Dictionary
Résultat System

Reveal() public méthode

public Reveal ( Player player ) : bool
player Player
Résultat bool

Update() public méthode

public Update ( int tickCounter ) : void
tickCounter int
Résultat void

Property Details

Animset public_oe property

public Mooege.Common.MPQ.FileFormats.AnimSet Animset
Résultat Mooege.Common.MPQ.FileFormats.AnimSet