Difference between revisions of "API GetCharacterDescription"

From Vendetta Lua
Jump to: navigation, search
(split)
 
 
Line 1: Line 1:
 
=== GetCharacterDescription ===
 
=== GetCharacterDescription ===
 
'''Definition:'''<br>
 
'''Definition:'''<br>
GetCharacterDescription() -> string desc
+
GetCharacterDescription(int charid) -> string desc
 
<br>
 
<br>
 
'''Description:'''<br>
 
'''Description:'''<br>
Get the character description for your and possibly other chars. It just returns an empty string when an argument is passed to it, which suggests that it accepts one or more unknown arguments.
+
Get the character description of a character
 
<br>
 
<br>
 
'''Arguments:'''<br>
 
'''Arguments:'''<br>
???
+
''charid'' [[charid]] of a character
 
<br>
 
<br>
 
'''Returns:'''<br>
 
'''Returns:'''<br>
''desc'' your character description text whne no argument is provided
+
''desc'' character description
 
<br>
 
<br>

Latest revision as of 22:07, 26 January 2009

GetCharacterDescription

Definition:
GetCharacterDescription(int charid) -> string desc
Description:
Get the character description of a character
Arguments:
charid charid of a character
Returns:
desc character description