User Tools

Site Tools


global:characters

This is an old revision of the document!


Characters Options

Here you can select the characters available to your game.

Character File: The file representing the character in UFE. It inherits from the class CharacterInfo


Code access:

UFE.config.player1Character

UFE.config.player2Character

UFE.config.characters

Code example:

foreach(CharacterInfo character in UFE.config.characters){
	Debug.Log(character.characterName);
}

global/characters.1386660119.txt.gz · Last modified: 2013/12/10 02:21 by Mistermind