Difference between revisions of "My id"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Bale
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#vardefine:name|my_id}}
+
{{
{{#vardefine:return_type|string}}
+
#vardefine:name|my_id}}{{
{{FunctionPage|
+
#vardefine:return_type|string}}{{
 +
 
 +
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Your Character|
 
 
function1={{Function|
 
function1={{Function|
 
name={{#var:name}}|
 
name={{#var:name}}|
Line 20: Line 21:
 
}}|
 
}}|
 
see_also={{SeeAlso|my_name}}|
 
see_also={{SeeAlso|my_name}}|
special=When no character is logged in, this function returns "0".
+
special=When no character is logged in, this function returns the Character ID of the last logged-in character or 0 if no character has logged in yet.
 
}}
 
}}
 +
 +
[[Category:Your Character]]

Latest revision as of 21:31, 21 May 2010

Function Syntax

string my_id()

Returns the Character ID of the logged-in character.

Code Sample

This example allows you to visit your own charsheet.

visit_url("showplayer.php?who=" + my_id());

See Also

my_name()

Special

When no character is logged in, this function returns the Character ID of the last logged-in character or 0 if no character has logged in yet.