Difference between revisions of "GetName (CMS)"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "<div class="toccolours mw-collapsible mw-collapsed tbl-ds"> <span class="bold">Command History</span> <div class="mw-collapsible-content"> <div class="alt-bg">Available since ...")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<div class="toccolours mw-collapsible mw-collapsed tbl-ds">
 
<div class="toccolours mw-collapsible mw-collapsed tbl-ds">
<span class="bold">Command History</span>
+
<span class="bold">Function History</span>
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
<div class="alt-bg">Available since v3.0</div>
 
<div class="alt-bg">Available since v3.0</div>
Line 36: Line 36:
 
'''name''' <br/>
 
'''name''' <br/>
 
The "string" name of the table associated with the linked data structure object.
 
The "string" name of the table associated with the linked data structure object.
{{i18n|GetName_(CMS)}}
 

Revision as of 16:22, 22 March 2014

Function History

Available since v3.0


Returns the "string" name of the table associated with the linked object, character, interface, etc; the returned name, is the name of the table itself, & not the names associated with the game language(s).


Syntax:

getName()


Example:

game:getLink(VGameCurrentCharacter):getName() -- returns the table name of the currently active (playable) character


Arguments

none


Flags

none


Return

name
The "string" name of the table associated with the linked data structure object.