User Tools

Site Tools


global:characters

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
global:characters [2013/12/10 00:38]
Mistermind
global:characters [2015/05/15 04:33] (current)
Mistermind
Line 4: Line 4:
 {{ :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 14: 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.1386653888.txt.gz · Last modified: 2013/12/10 00:38 by Mistermind