User Tools

Site Tools


global:characters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
global:characters [2013/12/10 00:37]
Mistermind created
global:characters [2015/05/15 04:33] (current)
Mistermind
Line 1: Line 1:
-====== Stage Options ====== +====== Characters Options ====== 
-Here you can setup the stages in your game.  +Here you can select the characters available to your game.
-//Coming soon: Interactables//+
  
 {{ :global:global_characters.jpg?nolink |}} {{ :global:global_characters.jpg?nolink |}}
  
-**Character File:** The file representing the [[character:introduction|character]] in UFE. It inherits from the class //CharacterInfo//+**Character File:** The file representing the [[character:start|character]] in UFE. It inherits from the class //CharacterInfo//
  
 ---- ----
-Code Access+Code access
  
 ''UFE.config.player1Character'' ''UFE.config.player1Character''
Line 15: Line 14:
  
 ''UFE.config.characters'' ''UFE.config.characters''
 +
 +Code example:
 +<code c#>foreach(CharacterInfo character in UFE.config.characters){
 + Debug.Log(character.characterName);
 +}</code>
 ---- ----
 +
 +[[global:start|< Back to Global Editor]]
global/characters.1386653863.txt.gz · Last modified: 2013/12/10 00:37 by Mistermind