User Tools

Site Tools


global:characters

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);
}

< Back to Global Editor

global/characters.txt · Last modified: 2015/05/15 04:33 by Mistermind