C# Class SunsetHigh.CharacterManager

Afficher le fichier Open project: ErraticUnicorn/MOSH

Méthodes publiques

Свойство Type Description
NUM_PERSON_IDS int

Méthodes publiques

Méthode Description
getCharacter ( PersonID id ) : Character
getSaveStructure ( ) : CharacterBankSave
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
loadSaveStructure ( CharacterBankSave save ) : void
moveCharacterToRoom ( PersonID person, PlaceID place ) : void
moveCharacterToRoom ( PersonID person, PlaceID place, int x, int y ) : void

Method Details

getCharacter() public static méthode

public static getCharacter ( PersonID id ) : Character
id PersonID
Résultat Character

getSaveStructure() public static méthode

public static getSaveStructure ( ) : CharacterBankSave
Résultat CharacterBankSave

loadContent() public static méthode

public static loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

loadSaveStructure() public static méthode

public static loadSaveStructure ( CharacterBankSave save ) : void
save CharacterBankSave
Résultat void

moveCharacterToRoom() public static méthode

public static moveCharacterToRoom ( PersonID person, PlaceID place ) : void
person PersonID
place PlaceID
Résultat void

moveCharacterToRoom() public static méthode

public static moveCharacterToRoom ( PersonID person, PlaceID place, int x, int y ) : void
person PersonID
place PlaceID
x int
y int
Résultat void

Property Details

NUM_PERSON_IDS public_oe static_oe property

public static int NUM_PERSON_IDS
Résultat int