Property | Type | Description | |
---|---|---|---|
NUM_PERSON_IDS | int |
Method | Description | |
---|---|---|
getCharacter ( PersonID id ) : |
||
getSaveStructure ( ) : |
||
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
loadSaveStructure ( |
||
moveCharacterToRoom ( PersonID person, PlaceID place ) : void | ||
moveCharacterToRoom ( PersonID person, PlaceID place, int x, int y ) : void |
public static getCharacter ( PersonID id ) : |
||
id | PersonID | |
return |
public static getSaveStructure ( ) : |
||
return |
public static loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public static loadSaveStructure ( |
||
save | ||
return | void |
public static moveCharacterToRoom ( PersonID person, PlaceID place ) : void | ||
person | PersonID | |
place | PlaceID | |
return | void |
public static moveCharacterToRoom ( PersonID person, PlaceID place, int x, int y ) : void | ||
person | PersonID | |
place | PlaceID | |
x | int | |
y | int | |
return | void |