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:39]
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 15: Line 15:
 ''UFE.config.characters'' ''UFE.config.characters''
  
-Code Example+Code example
-<code>foreach(CharacterInfo character in UFE.config.characters){+<code c#>foreach(CharacterInfo character in UFE.config.characters){
  Debug.Log(character.characterName);  Debug.Log(character.characterName);
 }</code> }</code>
 ---- ----
 +
 +[[global:start|< Back to Global Editor]]
global/characters.1386653967.txt.gz · Last modified: 2013/12/10 00:39 by Mistermind