API CreateCharacter: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
split
 
No edit summary
 
Line 1: Line 1:
=== CreateCharacter ===
{{Function
'''Definition:'''<br>
| name        = CreateCharacter
CreateCharacter(int name, int nation) -> nil
| desc        = Creates the character of the given nation
<br>
| arg1_name    = name
'''Description:'''<br>
| arg1_type    = string
Creates the character of the given nation
| arg1_desc    = name of character
<br>
| arg1_opt    =
'''Arguments:'''<br>
| arg2_name    = nation
''name'' name of character<br>
| arg2_type    = number
''nation'' nation of character
| arg2_desc    = nation of character
<br>
| arg2_opt    =
| ret1_type    = nil
| notes        =
}}

Latest revision as of 04:08, 19 October 2011

CreateCharacter

Definition
CreateCharacter( string  name,  number  nation) ->  nil
Description
Creates the character of the given nation
Arguments
Type Name Description
string name name of character
number nation nation of character
Returns
Type Name Description
nil